Remove use of ODL_ENABLE_L3_FWD
[integration/test.git] / csit / variables / daexim / DaeximVariables.robot
1 *** Settings ***
2 Documentation     Resource consisting purely of variable definitions useful for multiple project suites.
3
4 *** Variables ***
5 ${CANCEL_EXPORT_URL}    /restconf/operations/data-export-import:cancel-export
6 ${EXPORT_FILE}    ${CURDIR}/schedule_export.json
7 ${EXPORT_INCLUDE_FILE}    ${CURDIR}/schedule_export_include.json
8 ${EXP_DIR}        /tmp/Export
9 ${EXPORT_EXCLUDE_FILE}    ${CURDIR}/schedule_export_exclude.json
10 ${SCHEDULE_EXPORT_URL}    /restconf/operations/data-export-import:schedule-export
11 ${EXP_DATA_FILE}    odl_backup_config.json
12 ${EXP_OPER_FILE}    odl_backup_operational.json
13 ${MODELS_FILE}    odl_backup_models.json
14 ${STATUS_EXPORT_URL}    /restconf/operations/data-export-import:status-export
15 ${NETCONF_PAYLOAD_JSON}    ../variables/daexim/netconf_mount.json
16 ${NETCONF_MOUNT_URL}    /restconf/config/network-topology:network-topology/topology/topology-netconf/node/
17 ${TOPOLOGY_URL}    /restconf/config/network-topology:network-topology/
18 ${NETCONF_EP_NAME}    CONTROLLER1
19 ${EXPORT_INITIAL_STATUS}    initial
20 ${EXPORT_SCHEDULED_STATUS}    scheduled
21 ${EXPORT_COMPLETE_STATUS}    complete
22 ${EXPORT_SKIPPED_STATUS}    skipped
23 ${FIRST_CONTROLLER_INDEX}    1
24 ${SECOND_CONTROLLER_INDEX}    2
25 ${THIRD_CONTROLLER_INDEX}    3
26 ${NTCF_TPLG_OPR_URL}    /restconf/operational/network-topology:network-topology/topology/topology-netconf/node/
27 ${NETCONF_PORT}    1830
28 ${NTCF_OPR_STATUS}    connected
29 ${DAEXIM_DATA_DIRECTORY}    ../variables/daexim/daexim
30 ${MDL_DEF_FLAG}    false
31 ${STR_DEF_FLAG}    data
32 ${IMPORT_PAYLOAD}    ../variables/daexim/import.json
33 ${IMPORT_URL}     /restconf/operations/data-export-import:immediate-import