diff options
author | Manuel Buil <manuel.buil@ericsson.com> | 2016-08-08 17:11:11 +0200 |
---|---|---|
committer | Jose Lausuch <jose.lausuch@ericsson.com> | 2016-08-08 17:49:05 +0000 |
commit | 046ed25d21c6941774157001b37f094d797c6011 (patch) | |
tree | 25a0afe3ff2f725679e6d4f807682522546d8b42 /testcases/features/sfc/sfc.py | |
parent | dd17bec6a59bb756ce665b678355160c74d013a8 (diff) |
Update test with the new SF and new tacker script
- 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>
Diffstat (limited to 'testcases/features/sfc/sfc.py')
-rwxr-xr-x | testcases/features/sfc/sfc.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testcases/features/sfc/sfc.py b/testcases/features/sfc/sfc.py index c4d7fd785..0073cc92c 100755 --- a/testcases/features/sfc/sfc.py +++ b/testcases/features/sfc/sfc.py @@ -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") |