summaryrefslogtreecommitdiffstats
path: root/cmso-robot/robot/testsuites/CheckLog.robot
diff options
context:
space:
mode:
Diffstat (limited to 'cmso-robot/robot/testsuites/CheckLog.robot')
-rw-r--r--cmso-robot/robot/testsuites/CheckLog.robot39
1 files changed, 39 insertions, 0 deletions
diff --git a/cmso-robot/robot/testsuites/CheckLog.robot b/cmso-robot/robot/testsuites/CheckLog.robot
new file mode 100644
index 0000000..13d7b1c
--- /dev/null
+++ b/cmso-robot/robot/testsuites/CheckLog.robot
@@ -0,0 +1,39 @@
+*** Settings ***
+Documentation Creates VID VNF Instance
+
+Library StringTemplater
+Library UUID
+
+Resource ../resources/test_templates/check_logs.robot
+
+# Test Setup
+# Test Teardown
+*** Variable***
+${user_name}= cr057g
+${password}= cr057g
+${template_folder}= robot/assets/templates/changemanagement
+${fail_template_folder}= robot/assets/templates/FailureCasesChangeManagement
+*** Test Cases ***
+
+Check Audit Logs
+ Check Audit Logs ${user_name} ${password} OneVnfImmediateReplaceVNFInfra.json.template ${template_folder}
+
+Check Debug Logs
+ Check Debug Logs ${user_name} ${password} OneVnfImmediateReplaceVNFInfra.json.template ${template_folder}
+
+Check Metric Logs
+ Check Metric Logs ${user_name} ${password} OneVnfImmediateReplaceVNFInfra.json.template ${template_folder}
+
+Check Error Logs
+ Check Error Logs ${user_name} ${password} OneVnfOneChangeWindowEmptyScheduleID.json.template ${fail_template_folder}
+ [Tags]
+
+
+
+
+
+
+
+
+
+