From ee02b31d7cf9f52b09b78095f26f2f05241cc6b0 Mon Sep 17 00:00:00 2001 From: Brian Freeman Date: Mon, 4 Feb 2019 20:36:08 -0500 Subject: Dynamic Service Mapping & vFW ip port references Issue-ID: INT-829 Change-Id: I10f229996cdeb049840fdefe78b35187186a5517 Signed-off-by: Brian Freeman --- robot/testsuites/demo.robot | 10 ++++++++++ robot/testsuites/model-distribution.robot | 2 ++ 2 files changed, 12 insertions(+) (limited to 'robot/testsuites') diff --git a/robot/testsuites/demo.robot b/robot/testsuites/demo.robot index e270c631..a4ab0997 100644 --- a/robot/testsuites/demo.robot +++ b/robot/testsuites/demo.robot @@ -49,6 +49,10 @@ Instantiate VFWCL [Tags] instantiateVFWCL Instantiate VNF vFWCL base_vpkg +Instantiate VFWDT + [Tags] instantiateVFWDT + Instantiate VNF vFWDT base_vpkg + Delete Instantiated VNF [Documentation] This test assumes all necessary variables are loaded via the variable file create in Save For Delete @@ -79,3 +83,9 @@ Distribute vFWNG CDS Model [Timeout] 600 Model Distribution For Directory service=vFWNG cds=vfwng +Distribute Demo vFWDT Model + [Documentation] Distribute Demo vFWDT (does not delete model after distribution) + [Tags] DistributeDemoVFWDT + [Timeout] 600 + Model Distribution For Directory service=vFWDT + diff --git a/robot/testsuites/model-distribution.robot b/robot/testsuites/model-distribution.robot index 0b8cc35a..53b52c1b 100644 --- a/robot/testsuites/model-distribution.robot +++ b/robot/testsuites/model-distribution.robot @@ -18,3 +18,5 @@ Distribute vFW Model vFW [Tags] ete distribute Distribute vVG Model vVG [Tags] ete distribute +Distribute vFWDT Model vFWDT + [Tags] distributeVFWDT -- cgit 1.2.3-korg