diff options
author | Manuel Buil <manuel.buil@ericsson.com> | 2016-10-20 11:44:57 +0200 |
---|---|---|
committer | Jose Lausuch <jose.lausuch@ericsson.com> | 2016-10-20 11:43:11 +0000 |
commit | be68c38511a71e0dde07fe78aeb79e8dff874819 (patch) | |
tree | c0bdaeca8b50305b484a59bbcecb8f579d547bb0 /testcases/features/sfc/sfc.py | |
parent | a29b97eb7157e43455a28416477bbdfb155f0aac (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>
(cherry picked from commit 782c511c6cc1758c0a84857c3c23cf05b4b3791f)
Diffstat (limited to 'testcases/features/sfc/sfc.py')
-rwxr-xr-x | testcases/features/sfc/sfc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testcases/features/sfc/sfc.py b/testcases/features/sfc/sfc.py index 8905b5607..8fd68bc3f 100755 --- a/testcases/features/sfc/sfc.py +++ b/testcases/features/sfc/sfc.py @@ -209,7 +209,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, FLAVOR, image_id, network_id)) |