Remove openstack integration
[integration/test.git] / csit / variables / Variables.robot
1 *** Settings ***
2 Documentation       Resource consisting purely of variable definitions useful for multiple project suites.
3 ...
4 ...                 Copyright (c) 2016 Cisco Systems, Inc. and others. All rights reserved.
5 ...
6 ...                 This program and the accompanying materials are made available under the
7 ...                 terms of the Eclipse Public License v1.0 which accompanies this distribution,
8 ...                 and is available at http://www.eclipse.org/legal/epl-v10.html
9 ...
10 ...
11 ...                 These variables are considered global and immutable, so their names are in ALL_CAPS.
12 ...
13 ...                 If a variable is only specific to few projects, define it in csit/variables/{project}/Variables.robot file instead.
14 ...                 If a variable only affects few Resources, define it in csit/libraries/{resource}.robot file instead.
15 ...
16 ...                 Please include a short comment on why the variable is useful and why particular value was chosen.
17 ...                 Also a well-known variables provided by releng/builder script should be listed here,
18 ...                 the value should be a reasonable default.
19 ...
20 ...                 Use ODL_SYSTEM instead of CONTROLLER and TOOLS_SYSTEM instead of MININET when referring to VMs.
21
22
23 *** Variables ***
24 # Keep this list sorted alphabetically.
25 &{ACCEPT_EMPTY}                             # Empty accept header. ODL should send JSON data in this case. TODO: Hide into more specific Resource if possible.
26 # Header for accpeting JSON data. TODO: Hide into more specific Resource if possible.
27 &{ACCEPT_JSON}
28 ...                                         Accept=application/json
29 # Header for accepting XML data. TODO: Hide into more specific Resource if possible.
30 &{ACCEPT_XML}
31 ...                                         Accept=application/xml
32 # FIXME: Move to a separate Centinel-related Resource and add description.
33 ${ALERTFIELDCONTENTRULERECORD}
34 ...                                         /restconf/config/alertrule:alertFieldContentRuleRecord/
35 # FIXME: Move to a separate Centinel-related Resource and add description.
36 ${ALERTFIELDVALUERULERECORD}
37 ...                                         /restconf/config/alertrule:alertFieldValueRuleRecord
38 # FIXME: Move to a separate Centinel-related Resource and add description.
39 ${ALERTMESSAGECOUNTRULERECORD}
40 ...                                         /restconf/config/alertrule:alertMessageCountRuleRecord/
41 # Authentication tuple for accessing ODL RESTCONF server. TODO: Migrate most suites to TemplatedRequests, then chose a more descriptive name.
42 @{AUTH}
43 ...                                         ${ODL_RESTCONF_USER}
44 ...                                         ${ODL_RESTCONF_PASSWORD}
45 # Authentication tuple for accessing Keystone API serveri
46 @{AUTH_ADMIN_SDN}
47 ...                                         admin
48 ...                                         secret
49 # Authentication tuple for accessing Keystone API server
50 @{AUTH_CSC_SDN}
51 ...                                         CSC_user
52 ...                                         cscuser
53 # Authentication tuple for accessing Keystone API server
54 @{AUTH_CSC_NO_ADMIN}
55 ...                                         CSC_user_no_admin
56 ...                                         cscusernoadmin
57 # Authentication tuple for accessing ODL RESTCONF server with Keystone Authentication
58 @{AUTH_INVALID}
59 ...                                         invaliduser
60 ...                                         invinvuser
61 # Authentication tuple for accessing ODL RESTCONF server with Keystone Authentication
62 @{AUTH_SDN}
63 ...                                         sdnadmin
64 ...                                         sdnsdn
65 # Authentication tuple for accessing ODL RESTCONF server with Keystone Authentication
66 @{AUTH_SDN_DOMAIN}
67 ...                                         sdnadmin@sdn
68 ...                                         sdnsdn
69 # Authentication tuple for accessing ODL RESTCONF server with Keystone Authentication
70 @{AUTH_SDN_WRONG_DOM}
71 ...                                         sdnadmin@wrong
72 ...                                         sdnsdn
73 # FIXME: Move to a separate AAA-related Resource and add description.
74 ${AUTH_TOKEN_API}
75 ...                                         /oauth2/token
76 ${BGP_TOOL_PORT}                            17900    # Tool side of BGP communication listens on this port.
77 # Some suites temporarily override org.opendaylight.bgpcep Karaf log level to this value.
78 ${BGPCEP_LOG_LEVEL}
79 ...                                         ${DEFAULT_BGPCEP_LOG_LEVEL}
80 # default location to find opendaylight root folder. Upstream CSIT overrides this on the pybot command line.
81 ${BUNDLEFOLDER}
82 ...                                         /opt/opendaylight
83 # FIXME: Move to a separate Resource and add description.
84 ${CONFIG_NODES_API}
85 ...                                         /restconf/config/opendaylight-inventory:nodes
86 # FIXME: Move to a separate Resource and add description.
87 ${CONFIG_TOPO_API}
88 ...                                         /restconf/config/network-topology:network-topology
89 # FIXME: Move to a separate Resource and add description.
90 ${CONFIG_API}
91 ...                                         /restconf/config
92 # A shorthand. FIXME: Find who uses this and eliminate, or at least add a good description.
93 ${CONTAINER}
94 ...                                         default
95 ${CONTROLLER}                               ${ODL_SYSTEM_IP}    # Deprecated. FIXME: Eradicate.
96 ${CONTROLLER_PASSWORD}                      ${ODL_SYSTEM_PASSWORD}    # Deprecated. FIXME: Eradicate.
97 ${CONTROLLER_PROMPT}                        ${DEFAULT_LINUX_PROMPT}    # Deprecated. FIXME: Eradicate.
98 ${CONTROLLERS}                              ${ODL_SYSTEM_IP_LIST}    # Deprecated. FIXME: Eradicate.
99 # FIXME: Move to a separate Resource and add description.
100 ${CONTROLLER_CONFIG_MOUNT}
101 ...                                         /restconf/config/network-topology:network-topology/topology/topology-netconf/node/controller-config/yang-ext:mount
102 # Max number of seconds test will wait for a controller to stop. FIXME: Hiden into a Resource and rename.
103 ${CONTROLLER_STOP_TIMEOUT}
104 ...                                         120
105 # A shorthand. FIXME: Find who uses this and eliminate, or at least add a good description.
106 ${CREATE_PATHPOLICY_TOPOLOGY_FILE}
107 ...                                         topo-3sw-2host_multipath.py
108 # A shorthand. FIXME: Find who uses this and eliminate, or at least add a good description.
109 ${CREATE_PATHPOLICY_TOPOLOGY_FILE_PATH}
110 ...                                         MininetTopo/${CREATE_PATHPOLICY_TOPOLOGY_FILE}
111 # A shorthand. FIXME: Find who uses this and eliminate, or at least add a good description.
112 ${CREATE_VLAN_TOPOLOGY_FILE}
113 ...                                         vlan_vtn_test.py
114 # A shorthand. FIXME: Find who uses this and eliminate, or at least add a good description.
115 ${CREATE_VLAN_TOPOLOGY_FILE_PATH}
116 ...                                         MininetTopo/${CREATE_VLAN_TOPOLOGY_FILE}
117 # A shorthand. FIXME: Find who uses this and eliminate, or at least add a good description.
118 ${CTRLS}
119 ...                                         controllers
120 # A shorthand. FIXME: Find who uses this and eliminate, or at least add a good description
121 ${CTRLS_CREATE}
122 ...                                         controllers.json
123 # Full path of custom.properties file
124 ${CUSTOMPROP}
125 ...                                         /tmp/${BUNDLEFOLDER}/etc/custom.properties
126 # Generic *_SYSTEM prompt for SSHLibrary.Read_Unti_Prompt. Current value is there for historic reasons. FIXME: Add -v to releng/builder and change this value to more common "$" (without quotes, with backslash). TODO: Replace usage with the strict version.
127 ${DEFAULT_LINUX_PROMPT}
128 ...                                         >
129 # A more strict prompt substring, this only matches Bash prompt, not Mininet prompt.
130 ${DEFAULT_LINUX_PROMPT_STRICT}
131 ...                                         ]>
132 # Fallback Karaf log level specific to org.opendaylight.bgpcep.
133 ${DEFAULT_BGPCEP_LOG_LEVEL}
134 ...                                         ${DEFAULT_ODL_LOG_LEVEL}
135 # Some suites allow to change overall Karaf log level, this is the default value to set or fall back.
136 ${DEFAULT_ODL_LOG_LEVEL}
137 ...                                         INFO
138 # Generic *_SYSTEM linux password. If empty, SSHLibrary.Login_With_Public_Key is attempted instead of SSHLibrary.Login. TODO: Rename to DEFAULT_LINUX_PASSWORD.
139 ${DEFAULT_PASSWORD}
140 ...                                         ${EMPTY}
141 # Fallback Karaf log level specific to org.opendaylight.protocol.
142 ${DEFAULT_PROTOCOL_LOG_LEVEL}
143 ...                                         ${DEFAULT_ODL_LOG_LEVEL}
144 # Generic *_SYSTEM linux user name name. TODO: Rename to DEFUALT_LINUX_USER. FIXME: Add -v to releng/builder and change the value to something more common, e.g. "vagrant".
145 ${DEFAULT_USER}
146 ...                                         jenkins
147 # Generic *_SYSTEM SSH.Login timeout. Some systems are slow to authenticate.
148 ${DEFAULT_TIMEOUT}
149 ...                                         30s
150 ${DEFAULT_TIMEOUT_HTTP}                     5    # Used for HTTP connections
151 # FIXME: Move to a separate Centinel-related Resource and add description.
152 ${DELETE_DASHBOARDRECORD}
153 ...                                         /restconf/operations/dashboardrule:delete-dashboard
154 # Port to use when interacting with ElasticSearch. FIXME: Hide into a specific Resource.
155 ${ELASTICPORT}
156 ...                                         9200
157 @{EMPTY_LIST}                               # Empty list for KWs with list parameters, see: https://github.com/robotframework/robotframework/issues/2243
158 # Some suites need this to avoid getting stuck. FIXME: Move to the Resource which uses this.
159 ${ENABLE_GLOBAL_TEST_DEADLINES}
160 ...                                         True
161 ${ESCAPE_CHARACTER}                         \x1b    # A more readable alias to the special escape character.
162 # global flag (can/should be tweak on pybot command line) which suites can use if they are validating exceptions to pass/fail tests on
163 ${FAIL_ON_EXCEPTIONS}
164 ...                                         False
165 ${FIB_ENTRIES_URL}                          ${CONFIG_API}/odl-fib:fibEntries/
166 # A shorthand. FIXME: Find who uses this and eliminate, or at least add a good description.
167 ${FLOWFILTERENTRIES_CREATE}
168 ...                                         flowfilterentries.json
169 # A shorthand. FIXME: Find who uses this and eliminate, or at least add a good description.
170 ${FLOWFILTERS}
171 ...                                         flowfilters/in
172 # A shorthand. FIXME: Find who uses this and eliminate, or at least add a good description.
173 ${FLOWFILTERS_CREATE}
174 ...                                         flowfilters.json
175 # A shorthand. FIXME: Find who uses this and eliminate, or at least add a good description.
176 ${FLOWFILTERS_UPDATE}
177 ...                                         flowfilterentries
178 # A shorthand. FIXME: Find who uses this and eliminate, or at least add a good description.
179 ${FLOWLISTS}
180 ...                                         flowlists
181 # A shorthand. FIXME: Find who uses this and eliminate, or at least add a good description.
182 ${FLOWLISTS_CREATE}
183 ...                                         flowlists.json
184 # A shorthand. FIXME: Find who uses this and eliminate, or at least add a good description.
185 ${FLOWLISTENTRIES_CREATE}
186 ...                                         flowlistentries.json
187 # FIXME: Move to a separate GroupBasedPolicy-related Resource and add description.
188 ${GBP_BASE_ENDPOINTS_API}
189 ...                                         /restconf/operational/base-endpoint:endpoints
190 # FIXME: Move to a separate GroupBasedPolicy-related Resource and add description.
191 ${GBP_ENDPOINTS_API}
192 ...                                         /restconf/operational/endpoint:endpoints
193 # FIXME: Move to a separate GroupBasedPolicy-related Resource and add description.
194 ${GBP_REGEP_API}
195 ...                                         /restconf/operations/endpoint:register-endpoint
196 # FIXME: Move to a separate GroupBasedPolicy-related Resource and add description.
197 ${GBP_TENANTS_API}
198 ...                                         /restconf/config/policy:tenants
199 # FIXME: Move to a separate GroupBasedPolicy-related Resource and add description.
200 ${GBP_TUNNELS_API}
201 ...                                         /restconf/config/opendaylight-inventory:nodes
202 # FIXME: Move to a separate GroupBasedPolicy-related Resource and add description.
203 ${GBP_UNREGEP_API}
204 ...                                         /restconf/operations/endpoint:unregister-endpoint
205 ${GENIUS_IFM_CONFIG_FLAG}
206 ...                                         ${KARAF_HOME}/etc/opendaylight/datastore/initial/config/genius-ifm-config.xml
207 ${GENIUS_ITM_CONFIG_FLAG}
208 ...                                         ${KARAF_HOME}/etc/opendaylight/datastore/initial/config/genius-itm-config.xml
209 # FIXME: Move to a separate Centinel-related Resource and add description.
210 ${GET_CONFIGURATION_URI}
211 ...                                         /restconf/operational/configuration:configurationRecord/
212 # FIXME: Move to a separate Centinel-related Resource and add description.
213 ${GET_DASHBOARDRECORD}
214 ...                                         /restconf/operational/dashboardrule:dashboardRecord/
215 # FIXME: Move to a separate Nemo-related Resource and add description.
216 ${GET_INTENTS_URI}
217 ...                                         /retconf/config/intent:intents
218 # Deprecated. Sometimes conflicts with argument name. TODO: Migrate most suites to TemplatedRequests, then chose a more descriptive name.
219 &{HEADERS}
220 ...                                         Content-Type=application/json
221 # Content type for JSON data, used to work around Requests auto-serialization. FIXME: keep it as 'application/json' to make it work for both Bierman02 & RFC8040 URLs. Change it to RFC8040 media type once RFC8040 migration is completed.
222 &{HEADERS_YANG_JSON}
223 ...                                         Content-Type=application/json
224 &{HEADERS_YANG_RFC8040_JSON}                Content-Type=application/yang-data+json
225 # Content type for XML data. TODO: Hide into more specific Resource if possible.
226 &{HEADERS_XML}
227 ...                                         Content-Type=application/xml
228 ${KARAF_PROMPT_LOGIN}                       opendaylight-user    # This is used for karaf console login.
229 ${ICMP_TYPE}                                135
230 # Larger substring of Karaf prompt, shorter ones may result in false positives.
231 ${KARAF_DETAILED_PROMPT}
232 ...                                         @${ESCAPE_CHARACTER}\[0m${ESCAPE_CHARACTER}\[34mroot${ESCAPE_CHARACTER}\[0m>
233 ${KARAF_HOME}                               ${WORKSPACE}${/}${BUNDLEFOLDER}    # Karaf home directory path.
234 # location of karaf.log in standard CSIT jobs
235 ${KARAF_LOG}
236 ...                                         ${WORKSPACE}/${BUNDLEFOLDER}/data/log/karaf.log
237 ${KARAF_PASSWORD}                           karaf    # Plaintext password to authenticate to Karaf console.
238 # This is used for interactive read until prompt in regexp format.
239 ${KARAF_PROMPT}
240 ...                                         opendaylight-user.*root.*>
241 ${KARAF_SHELL_PORT}                         8101    # ODL provides SSH access to Karaf consoleon this port.
242 ${KARAF_USER}                               karaf    # User name to authenticate to Karaf SSH console.
243 # Implementation detail related to SSHLibrary.Login_With_Public_Key. TODO: Hide in SSHKeywords.
244 ${KEYFILE_PASS}
245 ...                                         any
246 # Full path of keystore for TLS communication
247 ${KEYSTORE_PATH}
248 ...                                         /tmp/${BUNDLEFOLDER}/configuration/ssl/.keystore
249 # Relative path of keystore for TLS communication
250 ${KEYSTORE_RELATIVE_PATH}
251 ...                                         configuration/ssl/.keystore
252 # FIXME: Move to a separate LispFlowMapping-related Resource and add description.
253 ${LFM_RPC_API}
254 ...                                         /restconf/operations/odl-mappingservice
255 # FIXME: Move to a separate LispFlowMapping-related Resource and add description.
256 ${LFM_RPC_API_LI}
257 ...                                         /restconf/operations/lfm-mapping-database
258 # FIXME: Move to a separate LispFlowMapping-related Resource and add description.
259 ${LFM_SB_RPC_API}
260 ...                                         /restconf/operations/odl-lisp-sb
261 # FIXME: Move to a separate Resource and add description.
262 ${MODULES_API}
263 ...                                         /rests/data/ietf-yang-library:modules-state
264 # FIXME: Move to a separate Neutron-related Resource and add description.
265 ${NEUTRON}
266 ...                                         127.0.0.1
267 # FIXME: Move to a separate Neutron-related Resource and add description.
268 ${NEUTRONURL}
269 ...                                         http://${NEUTRON}:9696
270 # FIXME: Move to a separate Neutron-related Resource and add description.
271 ${NEUTRON_NB_API}
272 ...                                         /controller/nb/v2/neutron
273 # FIXME: Move to a separate Neutron-related Resource and add description.
274 ${NEUTRON_NETWORKS_API}
275 ...                                         ${NEUTRON_NB_API}/networks
276 # FIXME: Move to a separate Neutron-related Resource and add description.
277 ${NEUTRON_SUBNETS_API}
278 ...                                         ${NEUTRON_NB_API}/subnets
279 # FIXME: Move to a separate Neutron-related Resource and add description.
280 ${NEUTRON_PORTS_API}
281 ...                                         ${NEUTRON_NB_API}/ports
282 # FIXME: Move to a separate Neutron-related Resource and add description.
283 ${NEUTRON_ROUTERS_API}
284 ...                                         ${NEUTRON_NB_API}/routers
285 ${ODL_AKKA_PORT}                            2550    # Port number akka cluster communicates on
286 ${ODL_BGP_PORT}                             1790    # ODL side of BGP communication listens on this port number.
287 # Deprecated. Not clear if this refers to HTTP or SSH sessions. FIXME: Eradicate, or at least convert to a resource-private variable.
288 ${ODL_CONTROLLER_SESSION}
289 ...                                         ${NONE}
290 ${ODL_NETCONF_CONFIG_PORT}                  1830    # Port number ODL NETCONF server of Config Subsystem listens on.
291 ${ODL_NETCONF_MDSAL_PORT}                   2830    # Port number ODL NETCONF server of MD-SAL listens on.
292 # Namespace of standardized NETCONF elements.
293 ${ODL_NETCONF_NAMESPACE}
294 ...                                         urn:ietf:params:xml:ns:netconf:base:1.0
295 # Both ODL Netconf servers require this password to authenticate.
296 ${ODL_NETCONF_PASSWORD}
297 ...                                         ${ODL_RESTCONF_PASSWORD}
298 ${ODL_NETCONF_PROMPT}                       ]]>]]>    # Standard prompt string for NETCONF protocol.
299 # Both ODL Netconf servers require this user name to authenticate.
300 ${ODL_NETCONF_USER}
301 ...                                         ${ODL_RESTCONF_USER}
302 # Codename of OpenFlowPlugin implementation ODL is configured to use.
303 ${ODL_OF_PLUGIN}
304 ...                                         lithium
305 # TODO: get rid of all uses of ODL_OF_PORT and use ODL_OF_PORT_6633 instead, if 6653 is not acceptable
306 ${ODL_OF_PORT}                              6633    # Port number ODL communicates using OpenFlow protocol on.
307 ${ODL_OF_PORT_6633}                         6633    # Port number ODL communicates using OpenFlow protocol on.
308 ${ODL_OF_PORT_6653}                         6653    # Port number ODL communicates using OpenFlow protocol on.
309 # Username for basic HTTP authentication used by requests against ODL RESTCONF server.
310 ${ODL_RESTCONF_USER}
311 ...                                         admin
312 # Plaintext password for basic HTTP authentication used by requests against ODL RESTCONF server.
313 ${ODL_RESTCONF_PASSWORD}
314 ...                                         admin
315 ${ODL_SYSTEM_1_IP}                          127.0.0.1    # IP address of system hosting member 1 od ODL cluster.
316 ${ODL_SYSTEM_2_IP}                          127.0.0.2    # IP address of system hosting member 2 od ODL cluster.
317 ${ODL_SYSTEM_3_IP}                          127.0.0.3    # IP address of system hosting member 3 od ODL cluster.
318 # IP address of system hosting ODL for SSHLibrary to connect to. First node if ODL is a cluster.
319 ${ODL_SYSTEM_IP}
320 ...                                         ${ODL_SYSTEM_1_IP}
321 # Deprecated. List of ODL cluster member IP addresses. See ClusterManagement.robot for alternatives.
322 @{ODL_SYSTEM_IP_LIST}
323 ...                                         ${ODL_SYSTEM_1_IP}
324 ...                                         ${ODL_SYSTEM_2_IP}
325 ...                                         ${ODL_SYSTEM_3_IP}
326 ${ODL_SYSTEM_USER}                          ${DEFAULT_USER}    # Linux username specific for ODL systems.
327 # Linux password (or empty to use public key) specific for ODL systems.
328 ${ODL_SYSTEM_PASSWORD}
329 ...                                         ${DEFAULT_PASSWORD}
330 # Bash prompt substring specific for ODL systems.
331 ${ODL_SYSTEM_PROMPT}
332 ...                                         ${DEFAULT_LINUX_PROMPT}
333 # FIXME: Move to a separate Resource and add description.
334 ${OPERATIONAL_API}
335 ...                                         /restconf/operational
336 # FIXME: Move to a separate Resource and add description.
337 ${OPERATIONS_API}
338 ...                                         /restconf/operations
339 # FIXME: Move to a separate GroupBasedPolicy-related Resource and add description.
340 ${OPERATIONAL_GBP_TENANTS_API}
341 ...                                         /restconf/operational/policy:tenants
342 # FIXME: Move to a separate Resource and add description.
343 ${OPERATIONAL_NODES_API}
344 ...                                         /restconf/operational/opendaylight-inventory:nodes
345 # FIXME: Move to a separate Resource and add description.
346 ${OPERATIONAL_NODES_NETVIRT}
347 ...                                         /restconf/operational/network-topology:network-topology/topology/netvirt:1
348 ...                                         \
349 # FIXME: Move to a separate Resource and add description.
350 ${OPERATIONAL_TOPO_API}
351 ...                                         /restconf/operational/network-topology:network-topology
352 ${OS_CMD_SUCCESS}                           Command Returns 0
353 # FIXME: Move to a separate Neutron-related Resource and add description.
354 ${OSREST}
355 ...                                         /v2.0/networks
356 # Port number ODL uses for OVSDB protocol communication. TODO: Move to OVSDB-specific Resource.
357 ${OVSDBPORT}
358 ...                                         6640
359 ${PASSWORD}                                 ${DEFAULT_PASSWORD}    # Deprecated. FIXME: Eradicate.
360 # A shorthand. FIXME: Find who uses this and eliminate, or at least add a good description.
361 ${PORTMAP_CREATE}
362 ...                                         portmap.json
363 ${PORT}                                     8080    # Deprecated. Generic HTTP port. FIXME: Eradicate.
364 # A shorthand. FIXME: Find who uses this and eliminate, or at least add a good description.
365 ${PORTS}
366 ...                                         ports/detail.json
367 # FIXME: Move to a separate Nemo-related Resource and add description.
368 ${PREDEFINE_CONNECTION_URI}
369 ...                                         /restconf/config/nemo-object:connection-definitions
370 # FIXME: Move to a separate Nemo-related Resource and add description.
371 ${PREDEFINE_NODE_URI}
372 ...                                         /restconf/config/nemo-object:node-definitions
373 # FIXME: Move to a separate Nemo-related Resource and add description.
374 ${PREDEFINE_ROLE_URI}
375 ...                                         /restconf/config/nemo-user:user-roles
376 # Deprecated. FIXME: Name is to generic. Eradicate.
377 ${PREFIX}
378 ...                                         http://${ODL_SYSTEM_IP}:${PORT}
379 # Some suites temporarily override org.opendaylight.protocol Karaf log level to this value.
380 ${PROTOCOL_LOG_LEVEL}
381 ...                                         ${DEFAULT_PROTOCOL_LOG_LEVEL}
382 ${PWD}                                      ${ODL_RESTCONF_PASSWORD}    # Deprecated. FIXME: Eradicate.
383 ${REGEX_IPROUTE}
384 ...                                         ip-route:169.254.169.254 via [0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}
385 ${REGEX_IPV4}                               [0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}
386 ${REGEX_NAMESERVER}                         nameserver [0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}
387 ${REGEX_OBTAINED}                           [0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3} obtained
388 ${REGEX_UUID}                               [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
389 # FIXME: Move to a separate Nemo-related Resource and add description.
390 ${REGISTER_TENANT_URI}
391 ...                                         /restconf/operations/nemo-intent:register-user
392 ${RESTCONFPORT}                             8181    # Primary port for ODL RESTCONF, although 8080 should also work.
393 ${RESTCONFPORT_TLS}                         8443    # Port for ODL RESTCONF Secure (TLS) operations
394 # Deprecated. Restconf port used by AD-SAL services. FIXME: Eradicate.
395 ${RESTPORT}
396 ...                                         8282
397 ${REST_API}                                 /rests/data
398 # FIXME: Move to a separate AAA-related Resource and add description.
399 ${REVOKE_TOKEN_API}
400 ...                                         /oauth2/revoke
401 # Scope, used for some types of HTTP requests agains ODL RESTCONF. TODO: Migrate most suites to TemplatedRequests or AuthStandalone, then chose a more descriptive name.
402 ${SCOPE}
403 ...                                         sdn
404 # Accept and Content type for XML data. TODO: Hide into more specific Resource if possible.
405 &{SEND_ACCEPT_XML_HEADERS}
406 ...                                         Content-Type=application/xml
407 ...                                         Accept=application/xml
408 # FIXME: Move to a separate Centinel-related Resource and add description.
409 ${SET_ALERTFIELDCONTENTRULERECORD}
410 ...                                         /restconf/operations/alertrule:set-alert-field-content-rule
411 # FIXME: Move to a separate Centinel-related Resource and add description.
412 ${SET_ALERTFIELDVALUERULERECORD}
413 ...                                         /restconf/operations/alertrule:set-alert-field-value-rule
414 # FIXME: Move to a separate Centinel-related Resource and add description.
415 ${SET_ALERTMESSAGECOUNTRULERECORD}
416 ...                                         /restconf/operations/alertrule:set-alert-message-count-rule
417 # FIXME: Move to a separate Centinel-related Resource and add description.
418 ${SET_CONFIGURATION_URI}
419 ...                                         /restconf/operations/configuration:set-centinel-configurations
420 # FIXME: Move to a separate Centinel-related Resource and add description.
421 ${SET_DASHBOARDRECORD}
422 ...                                         /restconf/operations/dashboardrule:set-dashboard
423 # FIXME: Move to a separate Centinel-related Resource and add description.
424 ${SET_STREAMRECORD}
425 ...                                         /restconf/operations/stream:set-stream
426 # FIXME: Move to a separate Centinel-related Resource and add description.
427 ${SET_SUBSCRIBEUSER}
428 ...                                         /restconf/operations/subscribe:subscribe-user
429 # Implementation detail related to SSHLibrary.Login_With_Public_Key. TODO: Hide in SSHKeywords.
430 ${SSH_KEY}
431 ...                                         id_rsa
432 # FIXME: Move to a separate Centinel-related Resource and add description.
433 ${STREAMRECORD_CONFIG}
434 ...                                         /restconf/config/stream:streamRecord
435 # FIXME: Move to a separate Nemo-related Resource and add description.
436 ${STRUCTURE_INTENT_URI}
437 ...                                         /restconf/operations/nemo-intent:structure-style-nemo-update
438 # FIXME: Move to a separate Centinel-related Resource and add description.
439 ${SUBSCRIPTION}
440 ...                                         /restconf/config/subscribe:subscription/
441 # A shorthand. FIXME: Find who uses this and eliminate, or at least add a good description.
442 ${SW}
443 ...                                         switches
444 ${TOOLS_SYSTEM_1_IP}                        127.0.0.1    # IP address of first system hosting testing tools.
445 ${TOOLS_SYSTEM_2_IP}                        127.0.0.2    # IP address of second system hosting testing tools.
446 ${TOOLS_SYSTEM_3_IP}                        127.0.0.3    # IP address of third system hosting testing tools.
447 # IP address of primary system hosting testing tools.
448 ${TOOLS_SYSTEM_IP}
449 ...                                         ${TOOLS_SYSTEM_1_IP}
450 ${TOOLS_SYSTEM_USER}                        ${DEFAULT_USER}    # Linux user name specific for tools systems.
451 ${TOOLS_SYSTEM_PASSWORD}                    ${DEFAULT_PASSWORD}    # Linux password specific for tools systems.
452 # Bash prompt substring specific for tools systems.
453 ${TOOLS_SYSTEM_PROMPT}
454 ...                                         ${DEFAULT_LINUX_PROMPT}
455 # Part of Mininet configuration? FIXME: Find who uses this and eliminate, or at least add a good description.
456 ${TOPO_TREE_DEPTH}
457 ...                                         3
458 # Part of Mininet configuration? FIXME: Find who uses this and eliminate, or at least add a good description.
459 ${TOPO_TREE_FANOUT}
460 ...                                         2
461 # Part of Mininet configuration? FIXME: Find who uses this and eliminate, or at least add a good description.
462 ${TOPO_TREE_LEVEL}
463 ...                                         2
464 # FIXME: Move to a separate Resource and add description.
465 ${TOPOLOGY_URL}
466 ...                                         network-topology:network-topology/topology
467 ${USER}                                     ${ODL_RESTCONF_USER}    # Deprecated. FIXME: Eradicate.
468 # A shorthand. FIXME: Find who uses this and eliminate, or at least add a good description.
469 ${VBRIFS}
470 ...                                         interfaces
471 # A shorthand. FIXME: Find who uses this and eliminate, or at least add a good description.
472 ${VBRIFS_CREATE}
473 ...                                         interfaces.json
474 # A shorthand. FIXME: Find who uses this and eliminate, or at least add a good description.
475 ${VBRS}
476 ...                                         vbridges
477 # A shorthand. FIXME: Find who uses this and eliminate, or at least add a good description.
478 ${VBRS_CREATE}
479 ...                                         vbridges.json
480 # A shorthand. FIXME: Find who uses this and eliminate, or at least add a good description.
481 ${VLANMAP_CREATE}
482 ...                                         vlanmaps.json
483 # IP address where VTN Coordinator application is running. TODO: Move to a VTN-specific Resource.
484 ${VTNC}
485 ...                                         127.0.0.1
486 # Dict of headers to use for HTTP requests against VTN Coordinator. TODO: Move to a VTN-specific Resource.
487 &{VTNC_HEADERS}
488 ...                                         Content-Type=application/json
489 ...                                         username=admin
490 ...                                         password=adminpass
491 # Shorthand for composing HTTP requests. TODO: Move to a VTN-specific Resource.
492 ${VTNC_PREFIX}
493 ...                                         http://${VTNC}:${VTNCPORT}
494 # Port number VTN Coordinator listens on. TODO: Move to a VTN-specific Resource.
495 ${VTNCPORT}
496 ...                                         8083
497 # Path part of restconf URL towards operational vtn-nodes. TODO: Move to a VTN-specific Resource.
498 ${VTN_INVENTORY_NODE_API}
499 ...                                         /restconf/operational/vtn-inventory:vtn-nodes
500 # A shorthand. FIXME: Find who uses this and eliminate, or at least add a good description.
501 ${VTNS}
502 ...                                         vtns
503 # A shorthand. FIXME: Find who uses this and eliminate, or at least add a good description.
504 ${VTNS_CREATE}
505 ...                                         vtns.json
506 # Directory part of URI used when sending HTTP requests to VTN Coordinator. TODO: Move to a VTN-specific Resource.
507 ${VTNWEBAPI}
508 ...                                         /vtn-webapi
509 # Keep this list sorted alphabetically.