4525df66e458089e3e309f1ae8b41421bd618a73
[integration/test.git] / csit / variables / sfc / Variables.robot
1 *** Variables ***
2 # Generic Service Chains and Function URIs
3 ${SERVICE_FUNCTIONS_URI}    /restconf/config/service-function:service-functions/
4 ${SERVICE_FUNCTION_ACLS_URI}    /restconf/config/ietf-access-control-list:access-lists/
5 ${SERVICE_CLASSIFIERS_URI}    /restconf/config/service-function-classifier:service-function-classifiers/
6 ${SERVICE_FORWARDERS_URI}    /restconf/config/service-function-forwarder:service-function-forwarders/
7 ${SERVICE_NODES_URI}    /restconf/config/service-node:service-nodes/
8 ${SERVICE_CHAINS_URI}    /restconf/config/service-function-chain:service-function-chains/
9 ${SERVICE_FUNCTION_PATHS_URI}    /restconf/config/service-function-path:service-function-paths/
10 ${SERVICE_SCHED_TYPES_URI}    /restconf/config/service-function-scheduler-type:service-function-scheduler-types/
11 ${SERVICE_SCHED_TYPE_URI_BASE}    SERVICE_SCHED_TYPES_URI+'service-function-scheduler-type/service-function-scheduler-type:'
12 ${SERVICE_RANDOM_SCHED_TYPE_URI}    SERVICE_SCHED_TYPE_URI_BASE+'random'
13 ${SERVICE_ROUNDROBIN_SCHED_TYPE_URI}    SERVICE_SCHED_TYPE_URI_BASE+'round-robin'
14 ${SERVICE_METADATA_URI}    /restconf/config/service-function-path-metadata:service-function-metadata/
15 ${OPERATIONAL_RSPS_URI}    /restconf/operational/rendered-service-path:rendered-service-paths/
16 ${OPERATIONS_CREATE_RSP_URI}    /restconf/operations/rendered-service-path:create-rendered-path/
17 ${OPERATIONS_DELETE_RSP_URI}    /restconf/operations/rendered-service-path:delete-rendered-path/