diff options
author | Brian Freeman <bf1936@att.com> | 2020-04-27 18:27:26 -0500 |
---|---|---|
committer | Daniel Rose <dr695h@att.com> | 2020-04-28 18:33:11 +0000 |
commit | 17bab9f7944bc070791001e1eb4d5657c1a619dc (patch) | |
tree | fd879154ef16ed0486bfa0007490b04424052e21 /robot/testsuites/demo.robot | |
parent | e4e5052ffedc936030dc2d1c19606d970a47dbdb (diff) |
Add instantiateVFWLDN for DANOS
Make timeout longer on looking for Deploy button in vid
Issue-ID: INT-1566
Change-Id: I02bac81b366b787b4a34664d08f9a07b91384978
Signed-off-by: Brian Freeman <bf1936@att.com>
Diffstat (limited to 'robot/testsuites/demo.robot')
-rw-r--r-- | robot/testsuites/demo.robot | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/robot/testsuites/demo.robot b/robot/testsuites/demo.robot index 7437a822..d981accc 100644 --- a/robot/testsuites/demo.robot +++ b/robot/testsuites/demo.robot @@ -81,6 +81,11 @@ Instantiate VFWCL GRA Set Global Variable ${API_TYPE} GRA_API Instantiate VNF vFWCL base_vpkg +Instantiate VFWCL DANOS + [Tags] instantiateVFWCLDN + Set Global Variable ${API_TYPE} GRA_API + Instantiate VNF vFWCLDN base_vpkg + Instantiate VLB GRA [Tags] instantiateVLBGRA Set Global Variable ${API_TYPE} GRA_API |