summaryrefslogtreecommitdiffstats
path: root/cmso-robot/robot/testsuites/CheckLog.robot
blob: 13d7b1c4b441cd5814a887bd80382a2cacc94a41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
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]