Correctly space expected_status
[integration/test.git] / csit / suites / daexim / 020-import-basic.robot
1 *** Settings ***
2 Documentation       Test suite for verifying basic import
3
4 Resource            ../../libraries/DaeximKeywords.robot
5
6 Suite Setup         ClusterManagement Setup
7 Suite Teardown      Delete All Sessions
8
9
10 *** Test Cases ***
11 Create Basic Import
12     [Documentation]    schedule a basic import/restore with data containg controller mounting itself as a NETCONF
13     ...                device. The configuration is documented in
14     ...                https://docs.opendaylight.org/projects/netconf/en/latest/user-guide.html#spawning-new-netconf-connectors
15     [Tags]    create restore
16     DaeximKeywords.Cleanup The Export Files    ${FIRST_CONTROLLER_INDEX}
17     ClusterManagement.Stop_Members_From_List_Or_All
18     ClusterManagement.Start_Members_From_List_Or_All
19     DaeximKeywords.Copy Config Data To Controller    ${FIRST_CONTROLLER_INDEX}
20     DaeximKeywords.Schedule Import    ${FIRST_CONTROLLER_INDEX}
21     Builtin.Wait Until Keyword Succeeds
22     ...    30 sec
23     ...    5 sec
24     ...    DaeximKeywords.Verify Netconf Mount
25     ...    ${NETCONF_EP_NAME}
26     ...    ${FIRST_CONTROLLER_INDEX}