diff options
author | Jerry Flood <jf9860@att.com> | 2017-12-09 16:20:42 -0500 |
---|---|---|
committer | Jerry Flood <jf9860@att.com> | 2017-12-09 16:20:59 -0500 |
commit | 19345a71787aa318c05a4aa04c1abb014ad37704 (patch) | |
tree | e29fbef81b6f4caebc5c6434575b4652c8855f73 /robot/testsuites/demo.robot | |
parent | b74b2d957d09b15ea75b3ddccc84293a26c213bb (diff) |
Implement VFW policy update for demo.sh (trial)
Issue-ID: TEST-72
Change-Id: I16eb3eee84dfef6dde430e4ed73b4cbcc0059757
Signed-off-by: Jerry Flood <jf9860@att.com>
Diffstat (limited to 'robot/testsuites/demo.robot')
-rw-r--r-- | robot/testsuites/demo.robot | 20 |
1 files changed, 13 insertions, 7 deletions
diff --git a/robot/testsuites/demo.robot b/robot/testsuites/demo.robot index d0063d73..78649c5a 100644 --- a/robot/testsuites/demo.robot +++ b/robot/testsuites/demo.robot @@ -9,6 +9,8 @@ Resource ../resources/demo_preload.robot ${VNF_NAME} DemoVNF ${MODULE_NAME} DemoModuleName ${VNF_SERVICE} default +${GENERIC_VNF_NAME} DemoVNF +${RESOURCE_ID} DemoResourceId ${HB_STACK} ${HB_SERVICE_INSTANCE_ID} @@ -16,13 +18,6 @@ ${HB_SERVICE} *** Test Cases *** -Jerry - ${uuid}= Generate UUID - ${shortuuid}= Catenate ${uuid} - ${shortuuid}= Replace String ${shortuuid} - ${SPACE} - ${shortuuid}= Get Substring ${shortuuid} -8 - Log ${shortuuid} - Initialize Customer And Models [Tags] InitDemo Load Customer And Models Demonstration @@ -62,3 +57,14 @@ Run Heatbridge [Tags] heatbridge Execute Heatbridge ${HB_STACK} ${HB_SERVICE_INSTANCE_ID} ${HB_SERVICE} +Run vFWCL Policy Update By ID + [Documentation] + ... Update the vFW policy for the given generic VNF name + [Tags] vfwpolicyById + Execute VFW Policy Update ${RESOURCE_ID} + +Run vFWCL Policy Update By Name + [Documentation] + ... Update the vFW policy for the given generic VNF name + [Tags] vfwpolicyByName + Execute VFW Policy Update VNF Name ${GENERIC_VNF_NAME} |