Gitiles
Code Review
Sign In
gerrit.nordix.org
/
onap
/
integration
/
c53afab603870754b4b08f09b54f3c23d3a279fa
/
.
/
test
/
csit
/
plans
/
sdc
/
uiSanity
/
setup.sh
blob: 8f2bafda9ad7ce8ae1775691b776358f72291c48 [
file
] [
log
] [
blame
]
#!/bin/bash
source $
{
WORKSPACE
}/
test
/
csit
/
scripts
/
sdc
/
setup_sdc_for_ui_sanity
.
sh
BE_IP
=
`get-instance-ip.sh sdc-BE`
echo BE_IP
=
$
{
BE_IP
}
# Pass any variables required by Robot test suites in ROBOT_VARIABLES
ROBOT_VARIABLES
=
"-v BE_IP:${BE_IP}"