aboutsummaryrefslogtreecommitdiffstats
path: root/testcases/features/sfc/sfc.py
diff options
context:
space:
mode:
authorManuel Buil <manuel.buil@ericsson.com>2016-09-20 11:23:17 +0200
committerJose Lausuch <jose.lausuch@ericsson.com>2016-09-20 14:56:23 +0000
commit89195402a303f6340b5f409b1df2e8bab1304270 (patch)
tree0204d265c4060128c0db175c80ff46e61fdec601 /testcases/features/sfc/sfc.py
parent248af30770fc0c882122c429a3bf033a37c5c167 (diff)
Bug fix for the SFC-CI test case
A iteration is added so that the test is run several times. We are experiencing that ODL requires one deployment for things to work Change-Id: Ic70e8f2dabbf03827dd6d7396d2ab8177140cc97 Signed-off-by: Manuel Buil <manuel.buil@ericsson.com>
Diffstat (limited to 'testcases/features/sfc/sfc.py')
-rwxr-xr-xtestcases/features/sfc/sfc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testcases/features/sfc/sfc.py b/testcases/features/sfc/sfc.py
index c73d8b230..e0bf4e8d7 100755
--- a/testcases/features/sfc/sfc.py
+++ b/testcases/features/sfc/sfc.py
@@ -140,7 +140,7 @@ def main():
sg_id = os_utils.create_security_group_full(neutron_client,
SECGROUP_NAME, SECGROUP_DESCR)
- # boot INTANCE
+ # boot INSTANCE
logger.info("Creating instance '%s'..." % INSTANCE_NAME)
logger.debug(
"Configuration:\n name=%s \n flavor=%s \n image=%s \n "