diff options
author | Brian Freeman <bf1936@att.com> | 2019-10-07 11:37:14 -0500 |
---|---|---|
committer | Daniel Rose <dr695h@att.com> | 2019-10-07 17:03:37 +0000 |
commit | d133974b30fad1d720c73ed604ae25bae04d4a29 (patch) | |
tree | cda8d9b97cb2adc3f65cf71e296d90a09b82afc1 /robot/testsuites/demo.robot | |
parent | b0e9267971d44cb6869597800765f732e6910894 (diff) |
Fail on DISTRIBUTION_COMPLETE_ERROR
Create Keyword for Download CSAR
Issue-ID: INT-1314
Change-Id: I576093cea61fd5f77aafb6edd119c254b674a2fc
Signed-off-by: Brian Freeman <bf1936@att.com>
Diffstat (limited to 'robot/testsuites/demo.robot')
-rwxr-xr-x | robot/testsuites/demo.robot | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/robot/testsuites/demo.robot b/robot/testsuites/demo.robot index b16de5c9..c2a0b3e2 100755 --- a/robot/testsuites/demo.robot +++ b/robot/testsuites/demo.robot @@ -28,6 +28,7 @@ ${HB_VNF} Initialize Customer And Models [Tags] InitDemo Load Customer And Models Demonstration + Load Customer SDN-ETHERNET-INTERNET Initialize SO Openstack Identity For V3 [Tags] InitDemo @@ -106,3 +107,6 @@ Distribute Demo vFWDT Model [Timeout] 600 Model Distribution For Directory service=vFWDT +Download Service CSAR To Robot + [Tags] downloadCsar + Download CSAR ${CATALOG_SERVICE_ID} |