aboutsummaryrefslogtreecommitdiffstats
path: root/plans/vfc-nfvo-driver-vnfm-gvnfm
diff options
context:
space:
mode:
authorMariusz Wagner <mariusz.wagner@nokia.com>2019-02-21 12:10:45 +0100
committerMariusz Wagner <mariusz.wagner@nokia.com>2019-02-21 12:10:45 +0100
commit6c2eae8d2ea2d595407a0204f7bbe7a43355868f (patch)
tree754fd5fb44953f4004e5832659cbf084a90f2bf8 /plans/vfc-nfvo-driver-vnfm-gvnfm
parentf681b260230c433e8795bf380e6de35fd0063048 (diff)
Remove dummy plans
Remove dummy plans Issue-ID: INT-899 Change-Id: I6c3ee3e89130cefafa6fc4900d0943e0c7894d1f Signed-off-by: Mariusz Wagner <mariusz.wagner@nokia.com>
Diffstat (limited to 'plans/vfc-nfvo-driver-vnfm-gvnfm')
-rw-r--r--plans/vfc-nfvo-driver-vnfm-gvnfm/sanity-check/setup.sh13
-rw-r--r--plans/vfc-nfvo-driver-vnfm-gvnfm/sanity-check/teardown.sh4
-rw-r--r--plans/vfc-nfvo-driver-vnfm-gvnfm/sanity-check/testplan.txt2
3 files changed, 2 insertions, 17 deletions
diff --git a/plans/vfc-nfvo-driver-vnfm-gvnfm/sanity-check/setup.sh b/plans/vfc-nfvo-driver-vnfm-gvnfm/sanity-check/setup.sh
index bdc66d0e..e7ac1f36 100644
--- a/plans/vfc-nfvo-driver-vnfm-gvnfm/sanity-check/setup.sh
+++ b/plans/vfc-nfvo-driver-vnfm-gvnfm/sanity-check/setup.sh
@@ -52,16 +52,5 @@ for i in {1..10}; do
sleep $i
done
-# start vfc-jujudriver
-docker run -d --name vfc-jujudriver -e MSB_ADDR=${MSB_IAG_IP}:80 nexus3.onap.org:10001/onap/vfc/jujudriver
-JUJUDRIVER_IP=`get-instance-ip.sh vfc-jujudriver`
-
-# Wait for initialization
-for i in {1..10}; do
- curl -sS ${JUJUDRIVER_IP}:8483 && break
- echo sleep $i
- sleep $i
-done
-
# Pass any variables required by Robot test suites in ROBOT_VARIABLES
-ROBOT_VARIABLES="-v MSB_IAG_IP:${MSB_IAG_IP} -v GVNFMDRIVER_IP:${GVNFMDRIVER_IP} -v JUJUDRIVER_IP:${JUJUDRIVER_IP}"
+ROBOT_VARIABLES="-v MSB_IAG_IP:${MSB_IAG_IP} -v GVNFMDRIVER_IP:${GVNFMDRIVER_IP}"
diff --git a/plans/vfc-nfvo-driver-vnfm-gvnfm/sanity-check/teardown.sh b/plans/vfc-nfvo-driver-vnfm-gvnfm/sanity-check/teardown.sh
index 78d7c5ad..d90aad27 100644
--- a/plans/vfc-nfvo-driver-vnfm-gvnfm/sanity-check/teardown.sh
+++ b/plans/vfc-nfvo-driver-vnfm-gvnfm/sanity-check/teardown.sh
@@ -19,6 +19,4 @@
kill-instance.sh msb_internal_apigateway
kill-instance.sh msb_discovery
kill-instance.sh msb_consul
-kill-instance.sh vfc-gvnfmdriver
-
-kill-instance.sh vfc-jujudriver
+kill-instance.sh vfc-gvnfmdriver
diff --git a/plans/vfc-nfvo-driver-vnfm-gvnfm/sanity-check/testplan.txt b/plans/vfc-nfvo-driver-vnfm-gvnfm/sanity-check/testplan.txt
index a54f095c..1295b2f8 100644
--- a/plans/vfc-nfvo-driver-vnfm-gvnfm/sanity-check/testplan.txt
+++ b/plans/vfc-nfvo-driver-vnfm-gvnfm/sanity-check/testplan.txt
@@ -2,5 +2,3 @@
# Place the suites in run order.
vfc/nfvo-driver-gvnfm/gvnfmdriver.robot
-
-vfc/nfvo-driver-gvnfm/jujudriver.robot