From 07de5b7295d72bf0db2872494c91295b677b9238 Mon Sep 17 00:00:00 2001 From: Stamatis Katsaounis Date: Thu, 11 Oct 2018 15:13:33 +0300 Subject: 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 (cherry picked from commit b17b3d80849b9c9989fb4deeb6001a6ff78261c1) --- sdnvpn/test/functest/testcase_1bis.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sdnvpn/test/functest/testcase_1bis.py') 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() -- cgit 1.2.3-korg