From 5a31ec18576dcf1698c88a33dd7ae746b5b3f5c0 Mon Sep 17 00:00:00 2001 From: Brian Freeman Date: Mon, 29 Jul 2019 20:54:33 -0500 Subject: Fix init_robot template path index.html.jinja not found - need web on path Issue-ID: TEST-165 Change-Id: Ibc29f5497d9c50c6268cfff67bd60321000ba65b Signed-off-by: Brian Freeman --- robot/testsuites/update_onap_page.robot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/robot/testsuites/update_onap_page.robot b/robot/testsuites/update_onap_page.robot index b197d16c..54778e01 100644 --- a/robot/testsuites/update_onap_page.robot +++ b/robot/testsuites/update_onap_page.robot @@ -11,7 +11,7 @@ Resource ../resources/openstack/nova_interface.robot Test Timeout 5 minutes *** Variables *** -${URLS_HTML_TEMPLATE} index.html.jinja +${URLS_HTML_TEMPLATE} web/index.html.jinja ${HOSTS_PREFIX} vm ${WEB_USER} test @@ -146,4 +146,4 @@ Get V4 IP Openstack 2 \ ${ip} Get From Dictionary ${ipmap} addr \ ${version} Get From Dictionary ${ipmap} version \ Return from Keyword if '${version}'=='4' and '${type}'=='${testtype}' ${ip} - Fail No Version 4 IP \ No newline at end of file + Fail No Version 4 IP -- cgit 1.2.3-korg