Update test with the new SF and new tacker script 55/18155/3
authorManuel Buil <manuel.buil@ericsson.com>
Mon, 8 Aug 2016 15:11:11 +0000 (17:11 +0200)
committerJose Lausuch <jose.lausuch@ericsson.com>
Mon, 8 Aug 2016 17:49:05 +0000 (17:49 +0000)
- A new SF image was created with a new name. Several files must be updated
- There is a new tacker branch for OPNFV Colorado, an update was made

Change-Id: Ib5ed364467baca32fa204155655318cb1ec189f5
Signed-off-by: Manuel Buil <manuel.buil@ericsson.com>
testcases/features/sfc/set-up-tacker.sh
testcases/features/sfc/sfc.py
testcases/features/sfc/test-vnfd1.yaml
testcases/features/sfc/test-vnfd2.yaml

index 3a3656a..577b7d9 100755 (executable)
@@ -1,4 +1,4 @@
-curl "https://gerrit.opnfv.org/gerrit/gitweb?p=fuel.git;a=blob_plain;f=prototypes/sfc_tacker/poc.tacker-up.sh;hb=794427a06b46fddecb76b60c8392e37ae504ab60" > poc.tacker-up.sh
+curl "https://gerrit.opnfv.org/gerrit/gitweb?p=fuel.git;a=blob_plain;f=prototypes/sfc_tacker/poc.tacker-up.sh;hb=ddd4e11bb8bc62b7e8b06d4b44a308293c2c3362" > poc.tacker-up.sh
 bash poc.tacker-up.sh
 
 touch delete.sh
index c4d7fd7..0073cc9 100755 (executable)
@@ -26,8 +26,8 @@ HOME = os.environ['HOME'] + "/"
 VM_BOOT_TIMEOUT = 180
 INSTANCE_NAME = "client"
 FLAVOR = "m1.small"
-IMAGE_NAME = "sf_summit2016"
-IMAGE_FILENAME = "sf_summit2016.qcow2"
+IMAGE_NAME = "sf_nsh_colorado"
+IMAGE_FILENAME = "sf_nsh_colorado.qcow2"
 IMAGE_FORMAT = "qcow2"
 IMAGE_PATH = "/home/opnfv/functest/data" + "/" + IMAGE_FILENAME
 
@@ -92,7 +92,7 @@ def main():
     if not os.path.isfile(IMAGE_PATH):
         logger.info("Downloading image")
         ft_utils.download_url(
-            "http://artifacts.opnfv.org/sfc/demo/sf_summit2016.qcow2",
+            "http://artifacts.opnfv.org/sfc/demo/sf_nsh_colorado.qcow2",
             "/home/opnfv/functest/data/")
     else:
         logger.info("Using old image")
index 310fc58..5c672e3 100644 (file)
@@ -10,7 +10,7 @@ service_properties:
 vdus:
   vdu1:
     id: vdu1
-    vm_image: sf_summit2016
+    vm_image: sf_nsh_colorado
     instance_type: custom
     service_type: firewall1
 
index fd7ba0f..8a570ab 100644 (file)
@@ -10,7 +10,7 @@ service_properties:
 vdus:
   vdu1:
     id: vdu1
-    vm_image: sf_summit2016
+    vm_image: sf_nsh_colorado
     instance_type: custom
     service_type: firewall2