diff options
author | Brian Freeman <bf1936@att.com> | 2019-10-24 09:55:40 -0500 |
---|---|---|
committer | Marco Platania <platania@research.att.com> | 2019-11-04 19:04:33 +0000 |
commit | 059963c94c45f8f095179377e25d42f25845875b (patch) | |
tree | 17a2a09192c89f634b3ba20d5e01d33131edbc36 /robot/testsuites/demo.robot | |
parent | 51fcd0e26ea5075ffb20cf94374633a4394f1aa4 (diff) |
Initial Generic GRA API support
Fixes from testing with GRA on SO
Added tags for instantiateVLBGRA, instantiateVFWDTGRA, instantiateGRA
Issue-ID: INT-1345
Change-Id: I1e8839530c3335d2682cd4d592785c61cb6bbe45
Signed-off-by: Brian Freeman <bf1936@att.com>
Diffstat (limited to 'robot/testsuites/demo.robot')
-rw-r--r-- | robot/testsuites/demo.robot | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/robot/testsuites/demo.robot b/robot/testsuites/demo.robot index c2a0b3e2..4278be15 100644 --- a/robot/testsuites/demo.robot +++ b/robot/testsuites/demo.robot @@ -65,6 +65,22 @@ Instantiate VFWCL [Tags] instantiateVFWCL Instantiate VNF vFWCL base_vpkg +Instantiate VFWCL GRA + [Tags] instantiateVFWCLGRA + Set Global Variable ${API_TYPE} GRA_API + Instantiate VNF vFWCL base_vpkg + +Instantiate VLB GRA + [Tags] instantiateVLBGRA + Set Global Variable ${API_TYPE} GRA_API + Instantiate VNF vLB base_vpkg + +Instantiate VFWDT GRA + [Tags] instantiateVFWDTGRA + Set Global Variable ${API_TYPE} GRA_API + Instantiate VNF vFWDT base_vpkg + + Instantiate VFWDT [Tags] instantiateVFWDT Instantiate VNF vFWDT base_vpkg |