From: Brian Freeman Date: Tue, 30 Jul 2019 01:54:33 +0000 (-0500) Subject: Fix init_robot template path X-Git-Tag: 1.5.0~4 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=5a31ec18576dcf1698c88a33dd7ae746b5b3f5c0;p=testsuite.git 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 --- 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