diff options
author | Brian Freeman <bf1936@att.com> | 2019-07-29 20:54:33 -0500 |
---|---|---|
committer | Brian Freeman <bf1936@att.com> | 2019-07-29 20:54:41 -0500 |
commit | 5a31ec18576dcf1698c88a33dd7ae746b5b3f5c0 (patch) | |
tree | c02648f99316cd4d107dd2d0b869333ac18d869d /robot/testsuites | |
parent | 14f824a974c6952169b16d75018baf33eef126f8 (diff) |
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 <bf1936@att.com>
Diffstat (limited to 'robot/testsuites')
-rw-r--r-- | robot/testsuites/update_onap_page.robot | 4 |
1 files 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 |