diff options
author | Brian Freeman <bf1936@att.com> | 2018-10-29 09:15:15 -0500 |
---|---|---|
committer | Brian Freeman <bf1936@att.com> | 2018-10-29 09:45:28 -0500 |
commit | cc2623baa0b64da8d441ead586416807e3e16faa (patch) | |
tree | 500b7757e5c0d1fb616764c2876d12b1cf833f8e /robot/testsuites | |
parent | 855a5a548be91923333ba15bf7c64ae8ae64db05 (diff) |
Distribute Demo VNF from existing model
Firt version that uses a static file of the vnf-type and vf-module-id
SDC query can be used to get these but that will be a second pass.
Issue-ID: INT-704
Change-Id: Icf4571a0ad11d59f7985a253e55fcb5894a3e82f
Signed-off-by: Brian Freeman <bf1936@att.com>
Diffstat (limited to 'robot/testsuites')
-rw-r--r-- | robot/testsuites/demo.robot | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/robot/testsuites/demo.robot b/robot/testsuites/demo.robot index 72a4a8e3..e329671c 100644 --- a/robot/testsuites/demo.robot +++ b/robot/testsuites/demo.robot @@ -39,6 +39,10 @@ Instantiate VFW [Tags] instantiateVFW Instantiate VNF vFW base_vfw +Instantiate Demo VFWCL + [Tags] instantiateDemoVFWCL + Instantiate Demo VNF vFWCL base_vpkg + Instantiate VFWCL [Tags] instantiateVFWCL Instantiate VNF vFWCL base_vpkg |