Chore: Add gerrit maven verify GHA workflow
[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_RESTCONF_URL}            http://localhost:8282/rests
10 ${SDNC_HEALTHCHECK}             /operations/SLI-API:healthcheck
11 # ${SDNC_KEYSTORE_CONFIG_PATH}    /config/netconf-keystore:keystore
12 # ${SDNC_NETWORK_TOPOLOGY}        /config/network-topology:network-topology
13 # ${SDNC_MOUNT_PATH}              /config/network-topology:network-topology/topology/topology-netconf/node/PNFDemo
14 # ${PNFSIM_MOUNT_PATH}            /config/network-topology:network-topology/topology/topology-netconf/node/PNFDemo/yang-ext:mount/turing-machine:turing-machine
15 ${SDNC_KEYSTORE_CONFIG_PATH}    /data/netconf-keystore:keystore?content=config
16 ${SDNC_NETWORK_TOPOLOGY}        /data/network-topology:network-topology?content=config
17 ${SDNC_MOUNT_PATH}              /data/network-topology:network-topology/topology=topology-netconf/node=PNFDemo
18 ${PNFSIM_MOUNT_PATH}            /data/network-topology:network-topology/topology=topology-netconf/node=PNFDemo/yang-ext:mount/turing-machine:turing-machine?content=config
19 ${GRA_PRELOAD_NETWORK}          /operations/GENERIC-RESOURCE-API:preload-network-topology-operation
20 ${GRA_PRELOAD_VFMODULE}         /operations/GENERIC-RESOURCE-API:preload-vf-module-topology-operation
21 ${GRA_SERVICE_TOPOLOGY}         /operations/GENERIC-RESOURCE-API:service-topology-operation
22 ${GRA_NETWORK_TOPOLOGY}         /operations/GENERIC-RESOURCE-API:network-topology-operation
23 ${GRA_VNF_TOPOLOGY}             /operations/GENERIC-RESOURCE-API:vnf-topology-operation
24 ${GRA_VFMODULE_TOPOLOGY}        /operations/GENERIC-RESOURCE-API:vf-module-topology-operation