Add CSIT test cases to sdnc/oam repo
[sdnc/oam.git] / csit / tests / sdnc / resources / sdnc-properties.robot
1 *** Variables ***
2
3 # SDNC Configuration
4 ${ODL_USER}                              %{ODL_USER}
5 ${ODL_PASSWORD}                          %{ODL_PASSWORD}
6 ${REQUEST_DATA_PATH}                     %{REQUEST_DATA_PATH}
7 ${SDNC_CONTAINER_NAME}                   %{SDNC_CONTAINER_NAME}
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
15