Use 125s timout for shard leader deatails
[integration/test.git] / csit / suites / daexim / 030-export-basic.robot
1 *** Settings ***
2 Documentation     Test suite for verifying basic export with a netconf mount
3 Suite Setup       ClusterManagement Setup
4 Suite Teardown    Delete All Sessions
5 Resource          ../../libraries/DaeximKeywords.robot
6
7 *** Test Cases ***
8 Create Basic Export
9     [Documentation]    schedule a basic export/backup with controller mounting itself as a netconf device
10     [Tags]    create backup
11     DaeximKeywords.Mount Netconf Endpoint    ${NETCONF_EP_NAME}    ${FIRST_CONTROLLER_INDEX}
12     DaeximKeywords.Schedule Export    ${FIRST_CONTROLLER_INDEX}
13     DaeximKeywords.Verify Export Status    ${EXPORT_SCHEDULED_STATUS}    ${FIRST_CONTROLLER_INDEX}
14     Builtin.Wait Until Keyword Succeeds    10 sec    5 sec    DaeximKeywords.Verify Export Status    ${EXPORT_COMPLETE_STATUS}    ${FIRST_CONTROLLER_INDEX}
15     DaeximKeywords.Verify Export Files    ${FIRST_CONTROLLER_INDEX}
16     DaeximKeywords.Verify Netconf Mount    ${NETCONF_EP_NAME}    ${FIRST_CONTROLLER_INDEX}