From 059963c94c45f8f095179377e25d42f25845875b Mon Sep 17 00:00:00 2001 From: Brian Freeman Date: Thu, 24 Oct 2019 09:55:40 -0500 Subject: 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 --- robot/testsuites/demo.robot | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'robot/testsuites/demo.robot') 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 -- cgit 1.2.3-korg