JSONRPC PROJECT BASIC TC
[integration/test.git] / csit / variables / jsonrpc / JsonrpcVariables.robot
diff --git a/csit/variables/jsonrpc/JsonrpcVariables.robot b/csit/variables/jsonrpc/JsonrpcVariables.robot
new file mode 100644 (file)
index 0000000..12ee618
--- /dev/null
@@ -0,0 +1,19 @@
+*** Settings ***
+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/
+${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/
+${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