Use RFC8040 URL for JSON-RPC tests
[integration/test.git] / csit / variables / jsonrpc / JsonrpcVariables.robot
index 12ee61874b9fd4985db5551bc3efaefee09149b4..6301683a12459facb6858cad3ecc86b9cccbd6a8 100644 (file)
@@ -2,18 +2,16 @@
 Documentation     Resource consisting purely of variable definitions useful for multiple project suites.
 
 *** Variables ***
-${INTERFACES_MODULE_JSON}    ${CURDIR}/interfaces_module.json
-${INTERFACES_DATA_JSON}    ${CURDIR}/interfaces_data.json
-${READ_SERVICE_PEER_PUT_URL}    /restconf/config/jsonrpc:config/configured-endpoints/
+${JSONRPCCONFIG_MODULE_JSON}    ${CURDIR}/jsonrpcconfig_module.json
+${JSONRPCCONFIG_DATA_JSON}    ${CURDIR}/jsonrpcconfig_data.json
+${READ_SERVICE_PEER_URL}    /rests/data/jsonrpc:config/configured-endpoints
 ${READ_SERVICE_PEER_PAYLOAD}    ${CURDIR}/readservice_peer_payload.json
-${READ_SERVICE_PEER_GET_1}    /restconf/config/jsonrpc:config/configured-endpoints/
-${READ_SERVICE_PEER_GET_2}    /yang-ext:mount/ietf-interfaces:interfaces/
+${READ_SERVICE_PEER_MOUNT_PATH}    /yang-ext:mount/jsonrpc:config
 ${DEFAULT_ENDPOINT}    foo
 ${DEFAULT_PORT}    4444
-${DEFAULT_PUT_MODULE}    ietf-interfaces
 ${FIRST_CONTROLLER_INDEX}    1
 ${CENTOS_PIP}     sudo yum -y install python-pip
 ${UB_PIP}         sudo apt-get install -y python-pip
 ${READ_SERVICE_SCRIPT}    ${CURDIR}/odl-jsonrpc-test-read
-${INTERFACE_MODULE_DEFAULT_DATA}    ietf-interfaces:other
-${READSERVICE_NAME}    test
+${JSONRPCCONFIG_MODULE_DEFAULT_DATA}    jsonrpc:config
+${READSERVICE_NAME}    foo