Add GRA CSIT tests
[sdnc/oam.git] / csit / tests / sdnc / resources / sdnc-properties.robot
1 *** Variables ***
2 # SDNC Configuration
3 ${ODL_USER}                     %{ODL_USER}
4 ${ODL_PASSWORD}                 %{ODL_PASSWORD}
5 ${REQUEST_DATA_PATH}            %{REQUEST_DATA_PATH}
6 ${SDNC_CONTAINER_NAME}          %{SDNC_CONTAINER_NAME}
7 ${GRA_DATA_DIRECTORY}           %{WORKSPACE}/tests/sdnc/resources/grafiles
8 ${SDNC_RESTCONF_URL}            http://localhost:8282/restconf
9 ${SDNC_HEALTHCHECK}             /operations/SLI-API:healthcheck/
10 ${SDNC_KEYSTORE_CONFIG_PATH}    /config/netconf-keystore:keystore
11 ${SDNC_NETWORK_TOPOLOGY}        /config/network-topology:network-topology
12 ${SDNC_MOUNT_PATH}              /config/network-topology:network-topology/topology/topology-netconf/node/PNFDemo
13 ${PNFSIM_MOUNT_PATH}            /config/network-topology:network-topology/topology/topology-netconf/node/PNFDemo/yang-ext:mount/turing-machine:turing-machine
14 ${GRA_PRELOAD_NETWORK}          /operations/GENERIC-RESOURCE-API:preload-network-topology-operation/
15 ${GRA_PRELOAD_VFMODULE}         /operations/GENERIC-RESOURCE-API:preload-vf-module-topology-operation/
16 ${GRA_SERVICE_TOPOLOGY}         /operations/GENERIC-RESOURCE-API:service-topology-operation/
17 ${GRA_NETWORK_TOPOLOGY}         /operations/GENERIC-RESOURCE-API:network-topology-operation/
18 ${GRA_VNF_TOPOLOGY}             /operations/GENERIC-RESOURCE-API:vnf-topology-operation/
19 ${GRA_VFMODULE_TOPOLOGY}        /operations/GENERIC-RESOURCE-API:vf-module-topology-operation/