summaryrefslogtreecommitdiffstats
path: root/cmso-robot/robot/testsuites/MiscTests.robot
diff options
context:
space:
mode:
Diffstat (limited to 'cmso-robot/robot/testsuites/MiscTests.robot')
-rw-r--r--cmso-robot/robot/testsuites/MiscTests.robot23
1 files changed, 23 insertions, 0 deletions
diff --git a/cmso-robot/robot/testsuites/MiscTests.robot b/cmso-robot/robot/testsuites/MiscTests.robot
new file mode 100644
index 0000000..6873e3f
--- /dev/null
+++ b/cmso-robot/robot/testsuites/MiscTests.robot
@@ -0,0 +1,23 @@
+*** Settings ***
+Documentation Creates VID VNF Instance
+
+Library StringTemplater
+Library UUID
+
+Resource ../resources/test_templates/change_management.robot
+Resource ../resources/test_templates/check_logs.robot
+
+# Test Setup
+# Test Teardown
+*** Variable***
+${user_name}=
+${password}=
+${uuid_list_file}= robot/assets/get_schedule_UUIDs.txt
+${template_folder}= robot/assets/templates/changemanagement
+*** Test Cases ***
+Get Schedule
+ Get Schedule Test Template ${uuid_list_file}
+
+Post Existing Immediate Schedule
+ Change Management Already Exists Immediate Template OneVnfImmediateReplaceVNFInfra.json.template ${template_folder}
+