X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=csit%2Fvariables%2FVariables.py;h=e461d71e9c6d63e0d79a4a31f76a5f41d986f693;hb=fc4066a7346ebe74cce54e9a0e7c02916591a73d;hp=1fc59edae8ebe2d93a2844e1ef7cc5c6aa6d9979;hpb=5b10d7bcd6024990def420d5269e22ad96de9b13;p=integration%2Ftest.git diff --git a/csit/variables/Variables.py b/csit/variables/Variables.py index 1fc59edae8..e461d71e9c 100644 --- a/csit/variables/Variables.py +++ b/csit/variables/Variables.py @@ -8,6 +8,7 @@ Edited: Many times by many people # VM Environment defaults DEFAULT_LINUX_PROMPT = '>' +DEFAULT_LINUX_PROMPT_STRICT = ']>' DEFAULT_USER = 'jenkins' DEFAULT_TIMEOUT = '30s' @@ -56,6 +57,7 @@ ODL_NETCONF_PROMPT = ']]>]]>' ODL_NETCONF_NAMESPACE = 'urn:ietf:params:xml:ns:netconf:base:1.0' # OpenFlow variables +ODL_OF_PORT = '6633' ODL_OF_PLUGIN = 'lithium' # VTN Coordinator Variables @@ -120,6 +122,7 @@ CONTROLLER_CONFIG_MOUNT = ('/restconf/config/network-topology:' CONFIG_API = '/restconf/config' OPERATIONAL_API = '/restconf/operational' MODULES_API = '/restconf/modules' +VTN_INVENTORY_NODE_API = '/restconf/operational/vtn-inventory:vtn-nodes' # NEMO Variables PREDEFINE_ROLE_URI = '/restconf/config/nemo-user:user-roles' @@ -133,21 +136,11 @@ GET_INTENTS_URI = '/retconf/config/intent:intents' AUTH_TOKEN_API = '/oauth2/token' REVOKE_TOKEN_API = '/oauth2/revoke' -# Base Mininet Mac address. DPID of mininet switches will be derived from this. -BASE_MAC_1 = '00:4b:00:00:00:00' -# Base IP of mininet hosts -BASE_IP_1 = '75.75.0.0' - # Vlan Custom Topology Path and File CREATE_VLAN_TOPOLOGY_FILE = "vlan_vtn_test.py" CREATE_VLAN_TOPOLOGY_FILE_PATH = "MininetTopo/" +\ CREATE_VLAN_TOPOLOGY_FILE -# Mininet Custom Topology Path and File -CREATE_FULLYMESH_TOPOLOGY_FILE = "create_fullymesh.py" -CREATE_FULLYMESH_TOPOLOGY_FILE_PATH = "libraries/MininetTopo/" +\ - CREATE_FULLYMESH_TOPOLOGY_FILE - # Mininet Custom Topology Path and File for Path Policy CREATE_PATHPOLICY_TOPOLOGY_FILE = "topo-3sw-2host_multipath.py" CREATE_PATHPOLICY_TOPOLOGY_FILE_PATH = "MininetTopo/" +\ @@ -155,7 +148,10 @@ CREATE_PATHPOLICY_TOPOLOGY_FILE_PATH = "MininetTopo/" +\ GBP_REGEP_API = "/restconf/operations/endpoint:register-endpoint" GBP_UNREGEP_API = "/restconf/operations/endpoint:unregister-endpoint" +GBP_ENDPOINTS_API = "/restconf/operational/endpoint:endpoints" +GBP_BASE_ENDPOINTS_API = "/restconf/operational/base-endpoint:endpoints" GBP_TENANTS_API = "/restconf/config/policy:tenants" +OPERATIONAL_GBP_TENANTS_API = "/restconf/operational/policy:tenants" GBP_TUNNELS_API = "/restconf/config/opendaylight-inventory:nodes" # LISP Flow Mapping variables @@ -166,9 +162,10 @@ LFM_SB_RPC_API = "/restconf/operations/odl-lisp-sb" # Neutron NEUTRON_NB_API = '/controller/nb/v2/neutron' NEUTRON_NETWORKS_API = NEUTRON_NB_API + '/' + 'networks' +NEUTRON_SUBNETS_API = NEUTRON_NB_API + '/' + 'subnets' +NEUTRON_PORTS_API = NEUTRON_NB_API + '/' + 'ports' NEUTRON_ROUTERS_API = NEUTRON_NB_API + '/' + 'routers' OSREST = '/v2.0/networks' -KARAF_HOME = '${WORKSPACE}${/}${BUNDLEFOLDER}' # Openstack System Prompt OS_SYSTEM_PROMPT = '$'