aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/config/docker/init/src/config/robot/robot/testsuites/model-distribution.robot
diff options
context:
space:
mode:
Diffstat (limited to 'kubernetes/config/docker/init/src/config/robot/robot/testsuites/model-distribution.robot')
-rw-r--r--kubernetes/config/docker/init/src/config/robot/robot/testsuites/model-distribution.robot22
1 files changed, 22 insertions, 0 deletions
diff --git a/kubernetes/config/docker/init/src/config/robot/robot/testsuites/model-distribution.robot b/kubernetes/config/docker/init/src/config/robot/robot/testsuites/model-distribution.robot
new file mode 100644
index 0000000000..f1ce407ce7
--- /dev/null
+++ b/kubernetes/config/docker/init/src/config/robot/robot/testsuites/model-distribution.robot
@@ -0,0 +1,22 @@
+*** Settings ***
+Documentation Testing asdc.
+Library OperatingSystem
+Library RequestsLibrary
+Library Collections
+Library UUID
+Library ExtendedSelenium2Library
+Resource ../resources/test_templates/model_test_template.robot
+
+Test Template Model Distribution For Directory
+Test Teardown Teardown Model Distribution
+
+*** Variables ***
+
+*** Test Cases ***
+Distribute vLB Model vLB
+ [Tags] ete distribute
+Distribute vFW Model vFW
+ [Tags] ete distribute
+Distribute vVG Model vVG
+ [Tags] ete distribute
+