diff options
author | Aaron Hay <ah415j@att.com> | 2018-08-05 13:01:17 -0400 |
---|---|---|
committer | Aaron Hay <ah415j@att.com> | 2018-08-13 17:12:43 -0400 |
commit | c3f081d1107c8c82399fb193779b0ac3e121dd91 (patch) | |
tree | 48da3ba8abb4894bf2f6b1075ab116fe0625a1fa /robot/testsuites/demo.robot | |
parent | 644ca6a36498c72e93977413529500fdf1c72eea (diff) |
Add APPC CDT preload capability
Add template files and update the demo and appc interface files to support APPC CDT preload capability.
Change-Id: I975a9bd0490b388e921ad5f6d21d021eff64f6ce
Issue-ID: APPC-914
Signed-off-by: Aaron Hay <ah415j@att.com>
Diffstat (limited to 'robot/testsuites/demo.robot')
-rw-r--r-- | robot/testsuites/demo.robot | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/robot/testsuites/demo.robot b/robot/testsuites/demo.robot index 216d3091..a6c6cb8f 100644 --- a/robot/testsuites/demo.robot +++ b/robot/testsuites/demo.robot @@ -59,3 +59,11 @@ Run Heatbridge [Tags] heatbridge Execute Heatbridge ${HB_STACK} ${HB_SERVICE_INSTANCE_ID} ${HB_SERVICE} ${HB_IPV4_OAM_ADDRESS} +Preload APPC CDT GUI + [Documentation] + ... APPC CDT Preload Demo + [Tags] APPCCDTPreloadDemo + Setup Browser + Preload APPC CDT GUI +# Preload APPC CDT GUI demo reference_AllAction_vLoadBalancer_vLoadBalancer-test0_0.0.1V.json ${EXECDIR}/robot/assets/templates/appc/reference_AllAction_vLoadBalancer_vLoadBalancer-test0_0.0.1V.json ${EXECDIR}/robot/assets/templates/appc/template_ConfigScaleOut_vLoadBalancer_vLoadBalancer-test0_0.0.1V_vLB.xml ${EXECDIR}/robot/assets/templates/appc/pd_ConfigScaleOut_vLoadBalancer_vLoadBalancer-test0_0.0.1V_vLB.yaml + |