Import Cases and refactoring
[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 ${EXP_DIR}        /tmp/Export
8 ${EXPORT_EXCLUDE_FILE}    ${CURDIR}/schedule_export_exclude.json
9 ${SCHEDULE_EXPORT_URL}    /restconf/operations/data-export-import:schedule-export
10 ${EXP_DATA_FILE}    odl_backup_config.json
11 ${EXP_OPER_FILE}    odl_backup_operational.json
12 ${MODELS_FILE}    odl_backup_models.json
13 ${STATUS_EXPORT_URL}    /restconf/operations/data-export-import:status-export
14 ${NETCONF_PAYLOAD_JSON}    ../variables/daexim/netconf_mount.json
15 ${NETCONF_MOUNT_URL}    /restconf/config/network-topology:network-topology/topology/topology-netconf/node/
16 ${TOPOLOGY_URL}    /restconf/config/network-topology:network-topology/
17 ${NETCONF_EP_NAME}    CONTROLLER1
18 ${EXPORT_INITIAL_STATUS}    initial
19 ${EXPORT_SCHEDULED_STATUS}    scheduled
20 ${EXPORT_COMPLETE_STATUS}    complete
21 ${FIRST_CONTROLLER_INDEX}    1
22 ${NTCF_TPLG_OPR_URL}    /restconf/operational/network-topology:network-topology/topology/topology-netconf/node/
23 ${NETCONF_PORT}    1830
24 ${NTCF_OPR_STATUS}    connected
25 ${DAEXIM_DATA_DIRECTORY}    ../variables/daexim/daexim
26 ${MDL_DEF_FLAG}    true
27 ${STR_DEF_FLAG}    data
28 ${IMPORT_PAYLOAD}    ../variables/daexim/import.json
29 ${IMPORT_URL}     /restconf/operations/data-export-import:immediate-import