From 046ed25d21c6941774157001b37f094d797c6011 Mon Sep 17 00:00:00 2001 From: Manuel Buil Date: Mon, 8 Aug 2016 17:11:11 +0200 Subject: 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 --- testcases/features/sfc/sfc.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'testcases/features/sfc/sfc.py') 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") -- cgit 1.2.3-korg