aboutsummaryrefslogtreecommitdiffstats
path: root/cmso-robot/robot/testsuites/MiscTests.robot
blob: 6873e3fc7475d9911ec1be7a7e1d37544079faf5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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}