aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Rose <dr695h@att.com>2017-10-31 13:29:12 +0000
committerGerrit Code Review <gerrit@onap.org>2017-10-31 13:29:12 +0000
commit0630cdc720d3d19ee2cc98fa788a3fb383f1d252 (patch)
treee283e8f49a43899c640b30ad41eef85b466f804f
parenta8ac743f3f171aae7a5725a3a7635efe3f6a10cd (diff)
parente80c13187e83beeaa2a3e7590e1979a459b3bb47 (diff)
Merge "Forgot to add injected variables"
-rw-r--r--robot/testsuites/update_onap_page.robot3
1 files changed, 3 insertions, 0 deletions
diff --git a/robot/testsuites/update_onap_page.robot b/robot/testsuites/update_onap_page.robot
index d4b409f8..b7c3b285 100644
--- a/robot/testsuites/update_onap_page.robot
+++ b/robot/testsuites/update_onap_page.robot
@@ -60,6 +60,9 @@ Update ONAP Page
Set To Dictionary ${values} GLOBAL_INJECTED_OPENSTACK_TENANT_ID=${GLOBAL_INJECTED_OPENSTACK_TENANT_ID}
Set To Dictionary ${values} GLOBAL_INJECTED_REGION=${GLOBAL_INJECTED_REGION}
Set To Dictionary ${values} GLOBAL_INJECTED_KEYSTONE=${GLOBAL_INJECTED_KEYSTONE}
+ Set To Dictionary ${values} GLOBAL_INJECTED_VM_FLAVOR=${GLOBAL_INJECTED_VM_FLAVOR}
+ Set To Dictionary ${values} GLOBAL_INJECTED_VM_IMAGE_NAME=${GLOBAL_INJECTED_VM_IMAGE_NAME}
+ Set To Dictionary ${values} GLOBAL_INJECTED_PUBLIC_NET_ID=${GLOBAL_INJECTED_PUBLIC_NET_ID}
Set To Dictionary ${values} prefix=${HOSTS_PREFIX}
Create File From Template ${URLS_HTML_TEMPLATE} ${URLS_HTML} ${values}