summaryrefslogtreecommitdiffstats
path: root/testcases/features/sfc/sfc.py
diff options
context:
space:
mode:
authorManuel Buil <manuel.buil@ericsson.com>2016-10-20 11:44:57 +0200
committerJose Lausuch <jose.lausuch@ericsson.com>2016-10-20 10:19:20 +0000
commit782c511c6cc1758c0a84857c3c23cf05b4b3791f (patch)
tree8f9b304254b6516d4eb0e1e8a2a20084055408b2 /testcases/features/sfc/sfc.py
parentcd9acef4bc986d7d96eb6a032df3ad521e72d331 (diff)
Added more logs to track better errors
Apparently in the CI, the delete.sh script is not executed and we want to know why Change-Id: Iefbeb7f0222b3ea9664f5b03c6e0a5fbaaaa3a1f 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 72b4e00cb..122ed5d9d 100755
--- a/testcases/features/sfc/sfc.py
+++ b/testcases/features/sfc/sfc.py
@@ -208,7 +208,7 @@ def main():
# STARTING SECOND VM (server) ###
# boot INTANCE
- logger.info("Creating instance '%s'..." % INSTANCE_NAME)
+ logger.info("Creating instance '%s'..." % INSTANCE_NAME_2)
logger.debug(
"Configuration:\n name=%s \n flavor=%s \n image=%s \n "
"network=%s \n" % (INSTANCE_NAME_2, FLAVOR, image_id, network_id))