diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2017-09-13 14:57:05 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2017-09-13 14:57:05 -0700 |
commit | 6b2b0586de1e7aead9ca7e2f7591acc5d7d43c29 (patch) | |
tree | ba1dea5e93016bae4e9a2f2cc5ab200ba6ec6684 /test/csit/plans | |
parent | efcd3fd1d38a0d544ae9a41e3937a21659ded4d7 (diff) |
Run/kill docker containers using Robot test cases
Change-Id: I7c13b04de30c3f3a0469668910f0837e0b9e38fa
Issue-ID: INT-200
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'test/csit/plans')
-rwxr-xr-x | test/csit/plans/integration/vCPE/setup.sh | 13 | ||||
-rwxr-xr-x | test/csit/plans/integration/vCPE/teardown.sh | 1 |
2 files changed, 1 insertions, 13 deletions
diff --git a/test/csit/plans/integration/vCPE/setup.sh b/test/csit/plans/integration/vCPE/setup.sh index a30b9b62f..1b9cc343d 100755 --- a/test/csit/plans/integration/vCPE/setup.sh +++ b/test/csit/plans/integration/vCPE/setup.sh @@ -16,17 +16,6 @@ # # Place the scripts in run order: -run-instance.sh nexus3.onap.org:10001/openecomp/mso i-so "" - -SO_IP=`get-instance-ip.sh i-so` - -# Wait for initialization -for i in {1..10}; do - curl -sS ${SO_IP}:8080 && break - echo sleep $i - sleep $i -done - # Pass any variables required by Robot test suites in ROBOT_VARIABLES -ROBOT_VARIABLES="-v SO_IP:${SO_IP}" +ROBOT_VARIABLES="" diff --git a/test/csit/plans/integration/vCPE/teardown.sh b/test/csit/plans/integration/vCPE/teardown.sh index b19785972..8beb6e1f9 100755 --- a/test/csit/plans/integration/vCPE/teardown.sh +++ b/test/csit/plans/integration/vCPE/teardown.sh @@ -15,5 +15,4 @@ # limitations under the License. # -kill-instance.sh i-so |