X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=csit%2Fvariables%2FVariables.py;h=8c1840bfa44ea3aa369b081a7a04d463d9fa938b;hb=6acfed01ccc4bf0ce66688bb9d0b51beda5a2265;hp=4b01a97a791a0ab556790db05612bc78ad623286;hpb=c6ddae2d3930d8d616c04ce34809a2cd95be006e;p=integration%2Ftest.git diff --git a/csit/variables/Variables.py b/csit/variables/Variables.py index 4b01a97a79..8c1840bfa4 100644 --- a/csit/variables/Variables.py +++ b/csit/variables/Variables.py @@ -116,6 +116,14 @@ CONFIG_API = '/restconf/config' OPERATIONAL_API = '/restconf/operational' MODULES_API = '/restconf/modules' +# NEMO Variables +PREDEFINE_ROLE_URI = '/restconf/config/nemo-user:user-roles' +PREDEFINE_NODE_URI = '/restconf/config/nemo-object:node-definitions' +PREDEFINE_CONNECTION_URI = '/restconf/config/nemo-object:connection-definitions' +REGISTER_TENANT_URI = '/restconf/operations/nemo-intent:register-user' +STRUCTURE_INTENT_URI = '/restconf/operations/nemo-intent:structure-style-nemo-update' +GET_INTENTS_URI = '/retconf/config/intent:intents' + # TOKEN AUTH_TOKEN_API = '/oauth2/token' REVOKE_TOKEN_API = '/oauth2/revoke' @@ -178,9 +186,6 @@ CONTROLLER_STOP_TIMEOUT = 120 # Max number of seconds test will wait for a cont TOPOLOGY_URL = 'network-topology:network-topology/topology' SEND_ACCEPT_XML_HEADERS = {'Content-Type': 'application/xml', 'Accept': 'application/xml'} -# Test deadlines global control -ENABLE_GLOBAL_TEST_DEADLINES = True - # Deprecated old variables, to be removed once all tests that need them are # updated to use the new names. CONTROLLER = ODL_SYSTEM_IP