SXP: Use correct virtual interface name
[integration/test.git] / csit / suites / daexim / 040-export-inclusions.robot
1 *** Settings ***
2 Documentation     Test suite for verifying basic export with inclusions
3 Suite Setup       ClusterManagement Setup
4 Suite Teardown    Delete All Sessions
5 Resource          ../../libraries/DaeximKeywords.robot
6
7 *** Test Cases ***
8 Create Module Include Export
9     [Documentation]    schedule a basic export/backup with applied inclusion pattern
10     [Tags]    inclusions    export
11     # Module is just included
12     ${file1}    DaeximKeywords.Schedule Include Export    ${FIRST_CONTROLLER_INDEX}    config    network-topology    ${FALSE}
13     ${lines1}    OperatingSystem.Grep File    ${file1}    network-topology:
14     Builtin.Should Not Be Empty    ${lines1}
15     # Module is both included and excluded
16     ${file1}    DaeximKeywords.Schedule Include Export    ${FIRST_CONTROLLER_INDEX}    config    network-topology    ${TRUE}
17     ${lines1}    OperatingSystem.Grep File    ${file1}    network-topology:
18     Builtin.Should Be Empty    ${lines1}