summaryrefslogtreecommitdiffstats
path: root/robot/testsuites
diff options
context:
space:
mode:
authorDaniel Rose <dr695h@att.com>2017-12-09 21:40:29 +0000
committerGerrit Code Review <gerrit@onap.org>2017-12-09 21:40:29 +0000
commit7125f8c4b623c08fb9760212193dc449aa6ee589 (patch)
treee29fbef81b6f4caebc5c6434575b4652c8855f73 /robot/testsuites
parent0de1c87eef1cddad0b59dea8fd2730a28cf8cdee (diff)
parent19345a71787aa318c05a4aa04c1abb014ad37704 (diff)
Merge "Implement VFW policy update for demo.sh (trial)" into amsterdam
Diffstat (limited to 'robot/testsuites')
-rw-r--r--robot/testsuites/demo.robot20
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}