summaryrefslogtreecommitdiffstats
path: root/sdnvpn/test/functest/testcase_1bis.py
diff options
context:
space:
mode:
authorStamatis Katsaounis <mokats@intracom-telecom.com>2018-10-11 15:13:33 +0300
committerStamatis Katsaounis <mokats@intracom-telecom.com>2018-11-06 12:50:16 +0200
commit07de5b7295d72bf0db2872494c91295b677b9238 (patch)
tree8cb44a76daf70c3b03b9937f3eff861f5a971931 /sdnvpn/test/functest/testcase_1bis.py
parent945c46bc9daca2c354de89534e81e85425d78cd7 (diff)
Add suport for fuel installer
JIRA: SDNVPN-238 JIRA: FUEL-393 This patch adds support for fuel installer by modifying relevant pieces of code. Change-Id: I5245e84022dd258c96648b0985660e093ca98b52 Signed-off-by: Stamatis Katsaounis <mokats@intracom-telecom.com> (cherry picked from commit b17b3d80849b9c9989fb4deeb6001a6ff78261c1)
Diffstat (limited to 'sdnvpn/test/functest/testcase_1bis.py')
-rw-r--r--sdnvpn/test/functest/testcase_1bis.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/sdnvpn/test/functest/testcase_1bis.py b/sdnvpn/test/functest/testcase_1bis.py
index f33d247..b39c58e 100644
--- a/sdnvpn/test/functest/testcase_1bis.py
+++ b/sdnvpn/test/functest/testcase_1bis.py
@@ -54,7 +54,7 @@ def main():
az_2 = "nova:" + compute_nodes[1]
file_path = pkg_resources.resource_filename(
- 'sdnvpn', TESTCASE_CONFIG.hot_file_name)
+ 'sdnvpn', TESTCASE_CONFIG.hot_file_name)
templ = open(file_path, 'r').read()
logger.debug("Template is read: '%s'" % templ)
env = test_utils.get_heat_environment(TESTCASE_CONFIG, COMMON_CONFIG)
@@ -206,7 +206,7 @@ def main():
test_utils.delete_stack_and_wait(heat_client, stack_id)
except Exception as e:
logger.error(
- "exception occurred while executing testcase_1bis: %s", e)
+ "exception occurred while executing testcase_1bis: %s", e)
return results.compile_summary()