<?xml version="1.0" encoding="UTF-8"?>
<robot generated="20180828 07:06:25.727" generator="Robot 3.0.2 (Python 2.7.15 on linux2)">
<suite id="s1" name="Basic &amp; Neutron">
<suite source="/src/odl_test/csit/suites/integration/basic" id="s1-s1" name="Basic">
<suite source="/src/odl_test/csit/suites/integration/basic/restconf_modules.robot" id="s1-s1-s1" name="Restconf Modules">
<kw type="setup" name="Create Session" library="RequestsLibrary">
<doc>Create Session: create a HTTP session to a server</doc>
<arguments>
<arg>session</arg>
<arg>http://${ODL_SYSTEM_IP}:${RESTCONFPORT}</arg>
<arg>auth=${AUTH}</arg>
<arg>headers=${HEADERS_XML}</arg>
</arguments>
<msg timestamp="20180828 07:06:25.819" level="INFO">Creating Session using : alias=session, url=http://192.30.9.3:8181, headers={u'Content-Type': u'application/xml'},                     cookies=None, auth=&lt;requests.auth.HTTPBasicAuth object at 0x7f790bca6e50&gt;, timeout=None, proxies=None, verify=False,                     debug=0 </msg>
<status status="PASS" endtime="20180828 07:06:25.820" starttime="20180828 07:06:25.818"></status>
</kw>
<test id="s1-s1-s1-t1" name="Get Controller Modules">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>session</arg>
<arg>${MODULES_API}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20180828 07:14:55.488" level="FAIL">ConnectionError: HTTPConnectionPool(host='192.30.9.3', port=8181): Max retries exceeded with url: /restconf/modules (Caused by NewConnectionError('&lt;urllib3.connection.HTTPConnection object at 0x7f790bcb6a90&gt;: Failed to establish a new connection: [Errno 110] Operation timed out',))</msg>
<status status="FAIL" endtime="20180828 07:14:55.488" starttime="20180828 07:06:25.821"></status>
</kw>
<doc>Get the restconf modules, check 200 status and ietf-restconf presence.</doc>
<status status="FAIL" endtime="20180828 07:14:55.489" critical="yes" starttime="20180828 07:06:25.820">ConnectionError: HTTPConnectionPool(host='192.30.9.3', port=8181): Max retries exceeded with url: /restconf/modules (Caused by NewConnectionError('&lt;urllib3.connection.HTTPConnection object at 0x7f790bcb6a90&gt;: Failed to establish a new connection: [Errno 110] Operation timed out',))</status>
</test>
<kw type="teardown" name="Delete All Sessions" library="RequestsLibrary">
<doc>Removes all the session objects</doc>
<msg timestamp="20180828 07:14:55.491" level="INFO">Delete All Sessions</msg>
<status status="PASS" endtime="20180828 07:14:55.492" starttime="20180828 07:14:55.490"></status>
</kw>
<doc>Test suite to verify Restconf is OK.</doc>
<status status="FAIL" endtime="20180828 07:14:55.492" starttime="20180828 07:06:25.765"></status>
</suite>
<status status="FAIL" endtime="20180828 07:14:55.494" starttime="20180828 07:06:25.763"></status>
</suite>
<suite source="/src/odl_test/csit/suites/openstack/neutron" id="s1-s2" name="Neutron">
<kw type="setup" name="Start Suite">
<kw name="Create Session" library="RequestsLibrary">
<doc>Create Session: create a HTTP session to a server</doc>
<arguments>
<arg>KeyStoneSession</arg>
<arg>${KEYSTONEURL}</arg>
<arg>headers=${HEADERS}</arg>
</arguments>
<msg timestamp="20180828 07:14:55.577" level="INFO">Creating Session using : alias=KeyStoneSession, url=http://172.30.9.22:5000, headers={u'Content-Type': u'application/json'},                     cookies=None, auth=None, timeout=None, proxies=None, verify=False,                     debug=0 </msg>
<status status="PASS" endtime="20180828 07:14:55.578" starttime="20180828 07:14:55.577"></status>
</kw>
<kw name="Post" library="RequestsLibrary">
<doc>**Deprecated- See Post Request now**</doc>
<arguments>
<arg>KeyStoneSession</arg>
<arg>/v3/auth/tokens</arg>
<arg>${UserInfo}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20180828 07:14:55.578" level="WARN">Deprecation Warning: Use Post Request in the future</msg>
<msg timestamp="20180828 07:14:55.972" level="INFO">${resp} = &lt;Response [201]&gt;</msg>
<status status="PASS" endtime="20180828 07:14:55.972" starttime="20180828 07:14:55.578"></status>
</kw>
<kw name="Should Be Equal As Strings" library="BuiltIn">
<doc>Fails if objects are unequal after converting them to strings.</doc>
<arguments>
<arg>${resp.status_code}</arg>
<arg>201</arg>
</arguments>
<msg timestamp="20180828 07:14:55.974" level="INFO">Argument types are:
&lt;type 'int'&gt;
&lt;type 'unicode'&gt;</msg>
<status status="PASS" endtime="20180828 07:14:55.974" starttime="20180828 07:14:55.973"></status>
</kw>
<kw name="Get From Dictionary" library="Collections">
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<arguments>
<arg>${resp.headers}</arg>
<arg>X-Subject-Token</arg>
</arguments>
<assign>
<var>${TOKEN}</var>
</assign>
<msg timestamp="20180828 07:14:55.975" level="INFO">${TOKEN} = gAAAAABbhPZvWjvX-VlCHiK-P2Xz8tgqCmOsRFpPwW98X4cEDJNQ4075ZM7VjCUwPiEg5JV3jBHwvN4d_xTi2lUtmo3e-4hgRhQ3cWO0LVmCvFsS0JNpjzi6UFCYQO8oSJuAojg8ZRXVWHL3k1oD63DuTMUzdiGcMt_c9V-9xKmno-Hy2HAd2RY</msg>
<status status="PASS" endtime="20180828 07:14:55.975" starttime="20180828 07:14:55.974"></status>
</kw>
<kw name="Create Dictionary" library="BuiltIn">
<doc>Creates and returns a dictionary based on the given ``items``.</doc>
<arguments>
<arg>X-Auth-Token=${TOKEN}</arg>
<arg>Content-Type=application/json</arg>
</arguments>
<assign>
<var>${X-AUTH}</var>
</assign>
<msg timestamp="20180828 07:14:55.976" level="INFO">${X-AUTH} = {u'X-Auth-Token': 'gAAAAABbhPZvWjvX-VlCHiK-P2Xz8tgqCmOsRFpPwW98X4cEDJNQ4075ZM7VjCUwPiEg5JV3jBHwvN4d_xTi2lUtmo3e-4hgRhQ3cWO0LVmCvFsS0JNpjzi6UFCYQO8oSJuAojg8ZRXVWHL3k1oD63DuTMUzdiGcMt_c9V-9xKmno-Hy2HAd2...</msg>
<status status="PASS" endtime="20180828 07:14:55.977" starttime="20180828 07:14:55.975"></status>
</kw>
<kw name="Create Dictionary" library="BuiltIn">
<doc>Creates and returns a dictionary based on the given ``items``.</doc>
<arguments>
<arg>X-Auth-Token=${TOKEN}</arg>
</arguments>
<assign>
<var>${X-AUTH-NOCONTENT}</var>
</assign>
<msg timestamp="20180828 07:14:55.978" level="INFO">${X-AUTH-NOCONTENT} = {u'X-Auth-Token': 'gAAAAABbhPZvWjvX-VlCHiK-P2Xz8tgqCmOsRFpPwW98X4cEDJNQ4075ZM7VjCUwPiEg5JV3jBHwvN4d_xTi2lUtmo3e-4hgRhQ3cWO0LVmCvFsS0JNpjzi6UFCYQO8oSJuAojg8ZRXVWHL3k1oD63DuTMUzdiGcMt_c9V-9xKmno-Hy2HAd2...</msg>
<status status="PASS" endtime="20180828 07:14:55.978" starttime="20180828 07:14:55.977"></status>
</kw>
<kw name="Set Global Variable" library="BuiltIn">
<doc>Makes a variable available globally in all tests and suites.</doc>
<arguments>
<arg>${X-AUTH}</arg>
</arguments>
<msg timestamp="20180828 07:14:55.979" level="INFO">${X-AUTH} = {u'X-Auth-Token': 'gAAAAABbhPZvWjvX-VlCHiK-P2Xz8tgqCmOsRFpPwW98X4cEDJNQ4075ZM7VjCUwPiEg5JV3jBHwvN4d_xTi2lUtmo3e-4hgRhQ3cWO0LVmCvFsS0JNpjzi6UFCYQO8oSJuAojg8ZRXVWHL3k1oD63DuTMUzdiGcMt_c9V-9xKmno-Hy2HAd2...</msg>
<status status="PASS" endtime="20180828 07:14:55.979" starttime="20180828 07:14:55.978"></status>
</kw>
<kw name="Set Global Variable" library="BuiltIn">
<doc>Makes a variable available globally in all tests and suites.</doc>
<arguments>
<arg>${X-AUTH-NOCONTENT}</arg>
</arguments>
<msg timestamp="20180828 07:14:55.980" level="INFO">${X-AUTH-NOCONTENT} = {u'X-Auth-Token': 'gAAAAABbhPZvWjvX-VlCHiK-P2Xz8tgqCmOsRFpPwW98X4cEDJNQ4075ZM7VjCUwPiEg5JV3jBHwvN4d_xTi2lUtmo3e-4hgRhQ3cWO0LVmCvFsS0JNpjzi6UFCYQO8oSJuAojg8ZRXVWHL3k1oD63DuTMUzdiGcMt_c9V-9xKmno-Hy2HAd2...</msg>
<status status="PASS" endtime="20180828 07:14:55.980" starttime="20180828 07:14:55.979"></status>
</kw>
<status status="PASS" endtime="20180828 07:14:55.981" starttime="20180828 07:14:55.576"></status>
</kw>
<suite source="/src/odl_test/csit/suites/openstack/neutron/001__reachability.robot" id="s1-s2-s1" name="Reachability">
<kw type="setup" name="Create Session" library="RequestsLibrary">
<doc>Create Session: create a HTTP session to a server</doc>
<arguments>
<arg>ODL</arg>
<arg>http://${ODL_SYSTEM_IP}:${PORT}</arg>
<arg>headers=${HEADERS}</arg>
<arg>auth=${AUTH}</arg>
</arguments>
<msg timestamp="20180828 07:14:56.010" level="INFO">Creating Session using : alias=ODL, url=http://192.30.9.3:8080, headers={u'Content-Type': u'application/json'},                     cookies=None, auth=&lt;requests.auth.HTTPBasicAuth object at 0x7f790bc0e610&gt;, timeout=None, proxies=None, verify=False,                     debug=0 </msg>
<status status="PASS" endtime="20180828 07:14:56.010" starttime="20180828 07:14:56.009"></status>
</kw>
<test id="s1-s2-s1-t1" name="Get the complete list of networks">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>ODL</arg>
<arg>${NEUTRON_NETWORKS_API}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20180828 07:14:56.618" level="FAIL">ConnectionError: HTTPConnectionPool(host='192.30.9.3', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/networks (Caused by NewConnectionError('&lt;urllib3.connection.HTTPConnection object at 0x7f790be2c5d0&gt;: Failed to establish a new connection: [Errno 111] Connection refused',))</msg>
<status status="FAIL" endtime="20180828 07:14:56.619" starttime="20180828 07:14:56.012"></status>
</kw>
<doc>Get the complete list of networks</doc>
<tags>
<tag>reachability</tag>
</tags>
<status status="FAIL" endtime="20180828 07:14:56.619" critical="yes" starttime="20180828 07:14:56.011">ConnectionError: HTTPConnectionPool(host='192.30.9.3', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/networks (Caused by NewConnectionError('&lt;urllib3.connection.HTTPConnection object at 0x7f790be2c5d0&gt;: Failed to establish a new connection: [Errno 111] Connection refused',))</status>
</test>
<test id="s1-s2-s1-t2" name="Get the complete list of subnets">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>ODL</arg>
<arg>${NEUTRON_SUBNETS_API}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20180828 07:14:57.228" level="FAIL">ConnectionError: HTTPConnectionPool(host='192.30.9.3', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/subnets (Caused by NewConnectionError('&lt;urllib3.connection.HTTPConnection object at 0x7f790be26a50&gt;: Failed to establish a new connection: [Errno 111] Connection refused',))</msg>
<status status="FAIL" endtime="20180828 07:14:57.228" starttime="20180828 07:14:56.621"></status>
</kw>
<doc>Get the complete list of subnets</doc>
<tags>
<tag>reachability</tag>
</tags>
<status status="FAIL" endtime="20180828 07:14:57.228" critical="yes" starttime="20180828 07:14:56.620">ConnectionError: HTTPConnectionPool(host='192.30.9.3', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/subnets (Caused by NewConnectionError('&lt;urllib3.connection.HTTPConnection object at 0x7f790be26a50&gt;: Failed to establish a new connection: [Errno 111] Connection refused',))</status>
</test>
<test id="s1-s2-s1-t3" name="Get the complete list of ports">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>ODL</arg>
<arg>${NEUTRON_PORTS_API}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20180828 07:14:57.837" level="FAIL">ConnectionError: HTTPConnectionPool(host='192.30.9.3', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/ports (Caused by NewConnectionError('&lt;urllib3.connection.HTTPConnection object at 0x7f790be26390&gt;: Failed to establish a new connection: [Errno 111] Connection refused',))</msg>
<status status="FAIL" endtime="20180828 07:14:57.837" starttime="20180828 07:14:57.230"></status>
</kw>
<doc>Get the complete list of ports</doc>
<tags>
<tag>reachability</tag>
</tags>
<status status="FAIL" endtime="20180828 07:14:57.838" critical="yes" starttime="20180828 07:14:57.229">ConnectionError: HTTPConnectionPool(host='192.30.9.3', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/ports (Caused by NewConnectionError('&lt;urllib3.connection.HTTPConnection object at 0x7f790be26390&gt;: Failed to establish a new connection: [Errno 111] Connection refused',))</status>
</test>
<kw type="teardown" name="Delete All Sessions" library="RequestsLibrary">
<doc>Removes all the session objects</doc>
<msg timestamp="20180828 07:14:57.840" level="INFO">Delete All Sessions</msg>
<status status="PASS" endtime="20180828 07:14:57.840" starttime="20180828 07:14:57.839"></status>
</kw>
<status status="FAIL" endtime="20180828 07:14:57.840" starttime="20180828 07:14:55.981"></status>
</suite>
<suite source="/src/odl_test/csit/suites/openstack/neutron/010__networks.robot" id="s1-s2-s2" name="Networks">
<kw type="setup" name="Create Session" library="RequestsLibrary">
<doc>Create Session: create a HTTP session to a server</doc>
<arguments>
<arg>OSSession</arg>
<arg>${NEUTRONURL}</arg>
<arg>headers=${X-AUTH}</arg>
</arguments>
<msg timestamp="20180828 07:14:57.873" level="INFO">Creating Session using : alias=OSSession, url=http://172.30.9.22:9696, headers={u'X-Auth-Token': 'gAAAAABbhPZvWjvX-VlCHiK-P2Xz8tgqCmOsRFpPwW98X4cEDJNQ4075ZM7VjCUwPiEg5JV3jBHwvN4d_xTi2lUtmo3e-4hgRhQ3cWO0LVmCvFsS0JNpjzi6UFCYQO8oSJuAojg8ZRXVWHL3k1oD63DuTMUzdiGcMt_c9V-9xKmno-Hy2HAd2RY', u'Content-Type': u'application/json'},                     cookies=None, auth=None, timeout=None, proxies=None, verify=False,                     debug=0 </msg>
<status status="PASS" endtime="20180828 07:14:57.875" starttime="20180828 07:14:57.871"></status>
</kw>
<test id="s1-s2-s2-t1" name="Check OpenStack Networks">
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${X-AUTH}</arg>
</arguments>
<msg timestamp="20180828 07:14:57.877" level="INFO">{u'X-Auth-Token': 'gAAAAABbhPZvWjvX-VlCHiK-P2Xz8tgqCmOsRFpPwW98X4cEDJNQ4075ZM7VjCUwPiEg5JV3jBHwvN4d_xTi2lUtmo3e-4hgRhQ3cWO0LVmCvFsS0JNpjzi6UFCYQO8oSJuAojg8ZRXVWHL3k1oD63DuTMUzdiGcMt_c9V-9xKmno-Hy2HAd2RY', u'Content-Type': u'application/json'}</msg>
<status status="PASS" endtime="20180828 07:14:57.877" starttime="20180828 07:14:57.876"></status>
</kw>
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>OSSession</arg>
<arg>${OSREST}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20180828 07:14:58.234" level="INFO">Get Request using : alias=OSSession, uri=/v2.0/networks, headers=None json=None</msg>
<msg timestamp="20180828 07:14:58.235" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20180828 07:14:58.235" starttime="20180828 07:14:57.877"></status>
</kw>
<kw name="Should Be Equal As Strings" library="BuiltIn">
<doc>Fails if objects are unequal after converting them to strings.</doc>
<arguments>
<arg>${resp.status_code}</arg>
<arg>200</arg>
</arguments>
<msg timestamp="20180828 07:14:58.236" level="INFO">Argument types are:
&lt;type 'int'&gt;
&lt;type 'unicode'&gt;</msg>
<status status="PASS" endtime="20180828 07:14:58.236" starttime="20180828 07:14:58.235"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
</arguments>
<assign>
<var>${OSResult}</var>
</assign>
<msg timestamp="20180828 07:14:58.238" level="INFO">To JSON using : content={"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"6bc96d3a-e40c-45e3-b8ac-3629c48df8f8","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2984e15ab33b4cd6916f93c02636fc5c","status":"ACTIVE","subnets":["dcc4201a-ee1d-437e-9a0b-0e60cf865375"],"description":"","tags":[],"updated_at":"2018-08-28T06:54:43Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2984e15ab33b4cd6916f93c02636fc5c","created_at":"2018-08-28T06:54:36Z","provider:network_type":"flat"}]} </msg>
<msg timestamp="20180828 07:14:58.238" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20180828 07:14:58.238" level="INFO">${OSResult} = {u'networks': [{u'provider:physical_network': u'datacentre', u'ipv6_address_scope': None, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'flat', u'id': u'6bc96d3a-e4...</msg>
<status status="PASS" endtime="20180828 07:14:58.238" starttime="20180828 07:14:58.237"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${OSResult}</arg>
</arguments>
<msg timestamp="20180828 07:14:58.239" level="INFO">{u'networks': [{u'provider:physical_network': u'datacentre', u'ipv6_address_scope': None, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'flat', u'id': u'6bc96d3a-e40c-45e3-b8ac-3629c48df8f8', u'router:external': True, u'availability_zone_hints': [], u'availability_zones': [u'nova'], u'ipv4_address_scope': None, u'shared': False, u'project_id': u'2984e15ab33b4cd6916f93c02636fc5c', u'status': u'ACTIVE', u'subnets': [u'dcc4201a-ee1d-437e-9a0b-0e60cf865375'], u'description': u'', u'tags': [], u'updated_at': u'2018-08-28T06:54:43Z', u'is_default': False, u'provider:segmentation_id': None, u'name': u'external', u'admin_state_up': True, u'tenant_id': u'2984e15ab33b4cd6916f93c02636fc5c', u'created_at': u'2018-08-28T06:54:36Z', u'mtu': 1500}]}</msg>
<status status="PASS" endtime="20180828 07:14:58.240" starttime="20180828 07:14:58.239"></status>
</kw>
<doc>Checking OpenStack Neutron for known networks</doc>
<tags>
<tag>Network Neutron OpenStack</tag>
</tags>
<status status="PASS" endtime="20180828 07:14:58.240" critical="yes" starttime="20180828 07:14:57.875"></status>
</test>
<test id="s1-s2-s2-t2" name="Check OpenDaylight Networks">
<kw name="Create Session" library="RequestsLibrary">
<doc>Create Session: create a HTTP session to a server</doc>
<arguments>
<arg>ODLSession</arg>
<arg>http://${ODL_SYSTEM_IP}:${PORT}</arg>
<arg>headers=${HEADERS}</arg>
<arg>auth=${AUTH}</arg>
</arguments>
<msg timestamp="20180828 07:14:58.244" level="INFO">Creating Session using : alias=ODLSession, url=http://192.30.9.3:8080, headers={u'Content-Type': u'application/json'},                     cookies=None, auth=&lt;requests.auth.HTTPBasicAuth object at 0x7f790beb2650&gt;, timeout=None, proxies=None, verify=False,                     debug=0 </msg>
<status status="PASS" endtime="20180828 07:14:58.245" starttime="20180828 07:14:58.242"></status>
</kw>
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>ODLSession</arg>
<arg>${NEUTRON_NETWORKS_API}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20180828 07:14:58.854" level="FAIL">ConnectionError: HTTPConnectionPool(host='192.30.9.3', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/networks (Caused by NewConnectionError('&lt;urllib3.connection.HTTPConnection object at 0x7f790beb2850&gt;: Failed to establish a new connection: [Errno 111] Connection refused',))</msg>
<status status="FAIL" endtime="20180828 07:14:58.854" starttime="20180828 07:14:58.246"></status>
</kw>
<doc>Checking OpenDaylight Neutron API for known networks</doc>
<tags>
<tag>Network Neutron OpenDaylight</tag>
</tags>
<status status="FAIL" endtime="20180828 07:14:58.855" critical="yes" starttime="20180828 07:14:58.241">ConnectionError: HTTPConnectionPool(host='192.30.9.3', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/networks (Caused by NewConnectionError('&lt;urllib3.connection.HTTPConnection object at 0x7f790beb2850&gt;: Failed to establish a new connection: [Errno 111] Connection refused',))</status>
</test>
<test id="s1-s2-s2-t3" name="Create Network">
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${postNet}</arg>
</arguments>
<msg timestamp="20180828 07:14:58.857" level="INFO">{"network":{"name":"odl_network","admin_state_up":true}}</msg>
<status status="PASS" endtime="20180828 07:14:58.857" starttime="20180828 07:14:58.856"></status>
</kw>
<kw name="Post Request" library="RequestsLibrary">
<doc>Send a POST request on the session object found using the</doc>
<arguments>
<arg>OSSession</arg>
<arg>${OSREST}</arg>
<arg>data=${postNet}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20180828 07:14:59.593" level="INFO">Post Request using : alias=OSSession, uri=/v2.0/networks, data=&lt;empty&gt;, headers=None, files=None, allow_redirects=True </msg>
<msg timestamp="20180828 07:14:59.594" level="INFO">${resp} = &lt;Response [201]&gt;</msg>
<status status="PASS" endtime="20180828 07:14:59.594" starttime="20180828 07:14:58.858"></status>
</kw>
<kw name="Should Be Equal As Strings" library="BuiltIn">
<doc>Fails if objects are unequal after converting them to strings.</doc>
<arguments>
<arg>${resp.status_code}</arg>
<arg>201</arg>
</arguments>
<msg timestamp="20180828 07:14:59.595" level="INFO">Argument types are:
&lt;type 'int'&gt;
&lt;type 'unicode'&gt;</msg>
<status status="PASS" endtime="20180828 07:14:59.595" starttime="20180828 07:14:59.594"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20180828 07:14:59.596" level="INFO">To JSON using : content={"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"5c6a9754-7974-4447-9ac6-4ef3d22c74ae","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"ffb4780928b040148efb0f81bcbbd35f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-28T07:14:59Z","is_default":false,"provider:segmentation_id":63,"name":"odl_network","admin_state_up":true,"tenant_id":"ffb4780928b040148efb0f81bcbbd35f","created_at":"2018-08-28T07:14:59Z","mtu":1450}} </msg>
<msg timestamp="20180828 07:14:59.596" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20180828 07:14:59.596" level="INFO">${result} = {u'network': {u'provider:physical_network': None, u'ipv6_address_scope': None, u'revision_number': 1, u'port_security_enabled': True, u'mtu': 1450, u'id': u'5c6a9754-7974-4447-9ac6-4ef3d22c74ae', u'ro...</msg>
<status status="PASS" endtime="20180828 07:14:59.596" starttime="20180828 07:14:59.595"></status>
</kw>
<kw name="Get From Dictionary" library="Collections">
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<arguments>
<arg>${result}</arg>
<arg>network</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20180828 07:14:59.597" level="INFO">${result} = {u'provider:physical_network': None, u'ipv6_address_scope': None, u'revision_number': 1, u'port_security_enabled': True, u'mtu': 1450, u'id': u'5c6a9754-7974-4447-9ac6-4ef3d22c74ae', u'router:external...</msg>
<status status="PASS" endtime="20180828 07:14:59.597" starttime="20180828 07:14:59.597"></status>
</kw>
<kw name="Get From Dictionary" library="Collections">
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<arguments>
<arg>${result}</arg>
<arg>id</arg>
</arguments>
<assign>
<var>${NETID}</var>
</assign>
<msg timestamp="20180828 07:14:59.598" level="INFO">${NETID} = 5c6a9754-7974-4447-9ac6-4ef3d22c74ae</msg>
<status status="PASS" endtime="20180828 07:14:59.598" starttime="20180828 07:14:59.597"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result}</arg>
</arguments>
<msg timestamp="20180828 07:14:59.599" level="INFO">{u'provider:physical_network': None, u'ipv6_address_scope': None, u'revision_number': 1, u'port_security_enabled': True, u'mtu': 1450, u'id': u'5c6a9754-7974-4447-9ac6-4ef3d22c74ae', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'ipv4_address_scope': None, u'shared': False, u'project_id': u'ffb4780928b040148efb0f81bcbbd35f', u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-28T07:14:59Z', u'is_default': False, u'provider:segmentation_id': 63, u'name': u'odl_network', u'admin_state_up': True, u'tenant_id': u'ffb4780928b040148efb0f81bcbbd35f', u'created_at': u'2018-08-28T07:14:59Z', u'provider:network_type': u'vxlan'}</msg>
<status status="PASS" endtime="20180828 07:14:59.599" starttime="20180828 07:14:59.598"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${NETID}</arg>
</arguments>
<msg timestamp="20180828 07:14:59.600" level="INFO">5c6a9754-7974-4447-9ac6-4ef3d22c74ae</msg>
<status status="PASS" endtime="20180828 07:14:59.600" starttime="20180828 07:14:59.599"></status>
</kw>
<kw name="Set Global Variable" library="BuiltIn">
<doc>Makes a variable available globally in all tests and suites.</doc>
<arguments>
<arg>${NETID}</arg>
</arguments>
<msg timestamp="20180828 07:14:59.601" level="INFO">${NETID} = 5c6a9754-7974-4447-9ac6-4ef3d22c74ae</msg>
<status status="PASS" endtime="20180828 07:14:59.601" starttime="20180828 07:14:59.600"></status>
</kw>
<kw name="Sleep" library="BuiltIn">
<doc>Pauses the test executed for the given time.</doc>
<arguments>
<arg>2</arg>
</arguments>
<msg timestamp="20180828 07:15:01.601" level="INFO">Slept 2 seconds</msg>
<status status="PASS" endtime="20180828 07:15:01.602" starttime="20180828 07:14:59.601"></status>
</kw>
<doc>Create new network in OpenStack</doc>
<tags>
<tag>Create Network OpenStack Neutron</tag>
</tags>
<status status="PASS" endtime="20180828 07:15:01.602" critical="yes" starttime="20180828 07:14:58.855"></status>
</test>
<test id="s1-s2-s2-t4" name="Check Network">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>ODLSession</arg>
<arg>${NEUTRON_NETWORKS_API}/${NetID}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20180828 07:15:02.212" level="FAIL">ConnectionError: HTTPConnectionPool(host='192.30.9.3', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/networks/5c6a9754-7974-4447-9ac6-4ef3d22c74ae (Caused by NewConnectionError('&lt;urllib3.connection.HTTPConnection object at 0x7f790bc0ead0&gt;: Failed to establish a new connection: [Errno 111] Connection refused',))</msg>
<status status="FAIL" endtime="20180828 07:15:02.212" starttime="20180828 07:15:01.605"></status>
</kw>
<doc>Check network created in OpenDaylight</doc>
<tags>
<tag>Check</tag>
<tag>Network OpenDaylight</tag>
</tags>
<status status="FAIL" endtime="20180828 07:15:02.213" critical="yes" starttime="20180828 07:15:01.603">ConnectionError: HTTPConnectionPool(host='192.30.9.3', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/networks/5c6a9754-7974-4447-9ac6-4ef3d22c74ae (Caused by NewConnectionError('&lt;urllib3.connection.HTTPConnection object at 0x7f790bc0ead0&gt;: Failed to establish a new connection: [Errno 111] Connection refused',))</status>
</test>
<kw type="teardown" name="Delete All Sessions" library="RequestsLibrary">
<doc>Removes all the session objects</doc>
<msg timestamp="20180828 07:15:02.215" level="INFO">Delete All Sessions</msg>
<status status="PASS" endtime="20180828 07:15:02.215" starttime="20180828 07:15:02.215"></status>
</kw>
<doc>Checking Network created in OpenStack are pushed to OpenDaylight</doc>
<status status="FAIL" endtime="20180828 07:15:02.216" starttime="20180828 07:14:57.843"></status>
</suite>
<suite source="/src/odl_test/csit/suites/openstack/neutron/020__subnets.robot" id="s1-s2-s3" name="Subnets">
<kw type="setup" name="Create Session" library="RequestsLibrary">
<doc>Create Session: create a HTTP session to a server</doc>
<arguments>
<arg>OSSession</arg>
<arg>${NEUTRONURL}</arg>
<arg>headers=${X-AUTH}</arg>
</arguments>
<msg timestamp="20180828 07:15:02.249" level="INFO">Creating Session using : alias=OSSession, url=http://172.30.9.22:9696, headers={u'X-Auth-Token': 'gAAAAABbhPZvWjvX-VlCHiK-P2Xz8tgqCmOsRFpPwW98X4cEDJNQ4075ZM7VjCUwPiEg5JV3jBHwvN4d_xTi2lUtmo3e-4hgRhQ3cWO0LVmCvFsS0JNpjzi6UFCYQO8oSJuAojg8ZRXVWHL3k1oD63DuTMUzdiGcMt_c9V-9xKmno-Hy2HAd2RY', u'Content-Type': u'application/json'},                     cookies=None, auth=None, timeout=None, proxies=None, verify=False,                     debug=0 </msg>
<status status="PASS" endtime="20180828 07:15:02.249" starttime="20180828 07:15:02.248"></status>
</kw>
<test id="s1-s2-s3-t1" name="Check OpenStack Subnets">
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${X-AUTH}</arg>
</arguments>
<msg timestamp="20180828 07:15:02.251" level="INFO">{u'X-Auth-Token': 'gAAAAABbhPZvWjvX-VlCHiK-P2Xz8tgqCmOsRFpPwW98X4cEDJNQ4075ZM7VjCUwPiEg5JV3jBHwvN4d_xTi2lUtmo3e-4hgRhQ3cWO0LVmCvFsS0JNpjzi6UFCYQO8oSJuAojg8ZRXVWHL3k1oD63DuTMUzdiGcMt_c9V-9xKmno-Hy2HAd2RY', u'Content-Type': u'application/json'}</msg>
<status status="PASS" endtime="20180828 07:15:02.251" starttime="20180828 07:15:02.251"></status>
</kw>
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>OSSession</arg>
<arg>${OSREST}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20180828 07:15:02.562" level="INFO">Get Request using : alias=OSSession, uri=/v2.0/subnets, headers=None json=None</msg>
<msg timestamp="20180828 07:15:02.562" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20180828 07:15:02.562" starttime="20180828 07:15:02.252"></status>
</kw>
<kw name="Should Be Equal As Strings" library="BuiltIn">
<doc>Fails if objects are unequal after converting them to strings.</doc>
<arguments>
<arg>${resp.status_code}</arg>
<arg>200</arg>
</arguments>
<msg timestamp="20180828 07:15:02.564" level="INFO">Argument types are:
&lt;type 'int'&gt;
&lt;type 'unicode'&gt;</msg>
<status status="PASS" endtime="20180828 07:15:02.564" starttime="20180828 07:15:02.563"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
</arguments>
<assign>
<var>${OSResult}</var>
</assign>
<msg timestamp="20180828 07:15:02.565" level="INFO">To JSON using : content={"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"6bc96d3a-e40c-45e3-b8ac-3629c48df8f8","tenant_id":"2984e15ab33b4cd6916f93c02636fc5c","created_at":"2018-08-28T06:54:43Z","dns_nameservers":[],"updated_at":"2018-08-28T06:54:43Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"2984e15ab33b4cd6916f93c02636fc5c","id":"dcc4201a-ee1d-437e-9a0b-0e60cf865375","subnetpool_id":null,"name":"external-subnet"}]} </msg>
<msg timestamp="20180828 07:15:02.565" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20180828 07:15:02.566" level="INFO">${OSResult} = {u'subnets': [{u'host_routes': [], u'service_types': [], u'description': u'', u'enable_dhcp': False, u'tags': [], u'network_id': u'6bc96d3a-e40c-45e3-b8ac-3629c48df8f8', u'tenant_id': u'2984e15ab33b4c...</msg>
<status status="PASS" endtime="20180828 07:15:02.566" starttime="20180828 07:15:02.564"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${OSResult}</arg>
</arguments>
<msg timestamp="20180828 07:15:02.567" level="INFO">{u'subnets': [{u'host_routes': [], u'service_types': [], u'description': u'', u'enable_dhcp': False, u'tags': [], u'network_id': u'6bc96d3a-e40c-45e3-b8ac-3629c48df8f8', u'tenant_id': u'2984e15ab33b4cd6916f93c02636fc5c', u'created_at': u'2018-08-28T06:54:43Z', u'dns_nameservers': [], u'updated_at': u'2018-08-28T06:54:43Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'172.30.9.200', u'end': u'172.30.9.220'}], u'gateway_ip': u'172.30.9.1', u'revision_number': 0, u'ip_version': 4, u'ipv6_address_mode': None, u'cidr': u'172.30.9.0/24', u'project_id': u'2984e15ab33b4cd6916f93c02636fc5c', u'id': u'dcc4201a-ee1d-437e-9a0b-0e60cf865375', u'subnetpool_id': None, u'name': u'external-subnet'}]}</msg>
<status status="PASS" endtime="20180828 07:15:02.567" starttime="20180828 07:15:02.566"></status>
</kw>
<doc>Checking OpenStack Neutron for known subnets</doc>
<tags>
<tag>Subnets Neutron OpenStack</tag>
</tags>
<status status="PASS" endtime="20180828 07:15:02.567" critical="yes" starttime="20180828 07:15:02.250"></status>
</test>
<test id="s1-s2-s3-t2" name="Check OpenDaylight subnets">
<kw name="Create Session" library="RequestsLibrary">
<doc>Create Session: create a HTTP session to a server</doc>
<arguments>
<arg>ODLSession</arg>
<arg>http://${ODL_SYSTEM_IP}:${PORT}</arg>
<arg>headers=${HEADERS}</arg>
<arg>auth=${AUTH}</arg>
</arguments>
<msg timestamp="20180828 07:15:02.570" level="INFO">Creating Session using : alias=ODLSession, url=http://192.30.9.3:8080, headers={u'Content-Type': u'application/json'},                     cookies=None, auth=&lt;requests.auth.HTTPBasicAuth object at 0x7f790be4e910&gt;, timeout=None, proxies=None, verify=False,                     debug=0 </msg>
<status status="PASS" endtime="20180828 07:15:02.571" starttime="20180828 07:15:02.569"></status>
</kw>
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>ODLSession</arg>
<arg>${NEUTRON_SUBNETS_API}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20180828 07:15:03.179" level="FAIL">ConnectionError: HTTPConnectionPool(host='192.30.9.3', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/subnets (Caused by NewConnectionError('&lt;urllib3.connection.HTTPConnection object at 0x7f790bcbe7d0&gt;: Failed to establish a new connection: [Errno 111] Connection refused',))</msg>
<status status="FAIL" endtime="20180828 07:15:03.180" starttime="20180828 07:15:02.572"></status>
</kw>
<doc>Checking OpenDaylight Neutron API for known subnets</doc>
<tags>
<tag>Subnets Neutron OpenDaylight</tag>
</tags>
<status status="FAIL" endtime="20180828 07:15:03.180" critical="yes" starttime="20180828 07:15:02.568">ConnectionError: HTTPConnectionPool(host='192.30.9.3', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/subnets (Caused by NewConnectionError('&lt;urllib3.connection.HTTPConnection object at 0x7f790bcbe7d0&gt;: Failed to establish a new connection: [Errno 111] Connection refused',))</status>
</test>
<test id="s1-s2-s3-t3" name="Create New subnet">
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${data}</arg>
</arguments>
<msg timestamp="20180828 07:15:03.183" level="INFO">{"subnet":{"network_id":"5c6a9754-7974-4447-9ac6-4ef3d22c74ae","ip_version":4,"cidr":"172.16.64.0/24","allocation_pools":[{"start":"172.16.64.20","end":"172.16.64.120"}]}}</msg>
<status status="PASS" endtime="20180828 07:15:03.183" starttime="20180828 07:15:03.182"></status>
</kw>
<kw name="Post Request" library="RequestsLibrary">
<doc>Send a POST request on the session object found using the</doc>
<arguments>
<arg>OSSession</arg>
<arg>${OSREST}</arg>
<arg>data=${data}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20180828 07:15:04.139" level="INFO">Post Request using : alias=OSSession, uri=/v2.0/subnets, data=&lt;empty&gt;, headers=None, files=None, allow_redirects=True </msg>
<msg timestamp="20180828 07:15:04.139" level="INFO">${resp} = &lt;Response [201]&gt;</msg>
<status status="PASS" endtime="20180828 07:15:04.139" starttime="20180828 07:15:03.183"></status>
</kw>
<kw name="Should Be Equal As Strings" library="BuiltIn">
<doc>Fails if objects are unequal after converting them to strings.</doc>
<arguments>
<arg>${resp.status_code}</arg>
<arg>201</arg>
</arguments>
<msg timestamp="20180828 07:15:04.140" level="INFO">Argument types are:
&lt;type 'int'&gt;
&lt;type 'unicode'&gt;</msg>
<status status="PASS" endtime="20180828 07:15:04.141" starttime="20180828 07:15:04.140"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20180828 07:15:04.142" level="INFO">To JSON using : content={"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5c6a9754-7974-4447-9ac6-4ef3d22c74ae","tenant_id":"ffb4780928b040148efb0f81bcbbd35f","created_at":"2018-08-28T07:15:03Z","dns_nameservers":[],"updated_at":"2018-08-28T07:15:03Z","gateway_ip":"172.16.64.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.16.64.20","end":"172.16.64.120"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"172.16.64.0/24","project_id":"ffb4780928b040148efb0f81bcbbd35f","id":"87eabf1a-cd63-4569-bb42-28ae8899b44b","subnetpool_id":null,"name":""}} </msg>
<msg timestamp="20180828 07:15:04.142" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20180828 07:15:04.142" level="INFO">${result} = {u'subnet': {u'service_types': [], u'description': u'', u'enable_dhcp': True, u'tags': [], u'network_id': u'5c6a9754-7974-4447-9ac6-4ef3d22c74ae', u'tenant_id': u'ffb4780928b040148efb0f81bcbbd35f', u'...</msg>
<status status="PASS" endtime="20180828 07:15:04.142" starttime="20180828 07:15:04.141"></status>
</kw>
<kw name="Get From Dictionary" library="Collections">
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<arguments>
<arg>${result}</arg>
<arg>subnet</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20180828 07:15:04.143" level="INFO">${result} = {u'service_types': [], u'description': u'', u'enable_dhcp': True, u'tags': [], u'network_id': u'5c6a9754-7974-4447-9ac6-4ef3d22c74ae', u'tenant_id': u'ffb4780928b040148efb0f81bcbbd35f', u'created_at':...</msg>
<status status="PASS" endtime="20180828 07:15:04.144" starttime="20180828 07:15:04.143"></status>
</kw>
<kw name="Get From Dictionary" library="Collections">
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<arguments>
<arg>${result}</arg>
<arg>id</arg>
</arguments>
<assign>
<var>${SUBNETID}</var>
</assign>
<msg timestamp="20180828 07:15:04.145" level="INFO">${SUBNETID} = 87eabf1a-cd63-4569-bb42-28ae8899b44b</msg>
<status status="PASS" endtime="20180828 07:15:04.145" starttime="20180828 07:15:04.144"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result}</arg>
</arguments>
<msg timestamp="20180828 07:15:04.146" level="INFO">{u'service_types': [], u'description': u'', u'enable_dhcp': True, u'tags': [], u'network_id': u'5c6a9754-7974-4447-9ac6-4ef3d22c74ae', u'tenant_id': u'ffb4780928b040148efb0f81bcbbd35f', u'created_at': u'2018-08-28T07:15:03Z', u'dns_nameservers': [], u'updated_at': u'2018-08-28T07:15:03Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'172.16.64.20', u'end': u'172.16.64.120'}], u'gateway_ip': u'172.16.64.1', u'revision_number': 0, u'ipv6_address_mode': None, u'ip_version': 4, u'host_routes': [], u'cidr': u'172.16.64.0/24', u'project_id': u'ffb4780928b040148efb0f81bcbbd35f', u'id': u'87eabf1a-cd63-4569-bb42-28ae8899b44b', u'subnetpool_id': None, u'name': u''}</msg>
<status status="PASS" endtime="20180828 07:15:04.146" starttime="20180828 07:15:04.145"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${SUBNETID}</arg>
</arguments>
<msg timestamp="20180828 07:15:04.147" level="INFO">87eabf1a-cd63-4569-bb42-28ae8899b44b</msg>
<status status="PASS" endtime="20180828 07:15:04.147" starttime="20180828 07:15:04.146"></status>
</kw>
<kw name="Set Global Variable" library="BuiltIn">
<doc>Makes a variable available globally in all tests and suites.</doc>
<arguments>
<arg>${SUBNETID}</arg>
</arguments>
<msg timestamp="20180828 07:15:04.148" level="INFO">${SUBNETID} = 87eabf1a-cd63-4569-bb42-28ae8899b44b</msg>
<status status="PASS" endtime="20180828 07:15:04.148" starttime="20180828 07:15:04.147"></status>
</kw>
<kw name="Sleep" library="BuiltIn">
<doc>Pauses the test executed for the given time.</doc>
<arguments>
<arg>2</arg>
</arguments>
<msg timestamp="20180828 07:15:06.149" level="INFO">Slept 2 seconds</msg>
<status status="PASS" endtime="20180828 07:15:06.149" starttime="20180828 07:15:04.148"></status>
</kw>
<doc>Create new subnet in OpenStack</doc>
<tags>
<tag>Create Subnet OpenStack Neutron</tag>
</tags>
<status status="PASS" endtime="20180828 07:15:06.150" critical="yes" starttime="20180828 07:15:03.181"></status>
</test>
<test id="s1-s2-s3-t4" name="Check New subnet">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>ODLSession</arg>
<arg>${NEUTRON_SUBNETS_API}/${SUBNETID}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20180828 07:15:06.759" level="FAIL">ConnectionError: HTTPConnectionPool(host='192.30.9.3', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/subnets/87eabf1a-cd63-4569-bb42-28ae8899b44b (Caused by NewConnectionError('&lt;urllib3.connection.HTTPConnection object at 0x7f790bc12a10&gt;: Failed to establish a new connection: [Errno 111] Connection refused',))</msg>
<status status="FAIL" endtime="20180828 07:15:06.759" starttime="20180828 07:15:06.152"></status>
</kw>
<doc>Check new subnet created in OpenDaylight</doc>
<tags>
<tag>Check</tag>
<tag>subnet OpenDaylight</tag>
</tags>
<status status="FAIL" endtime="20180828 07:15:06.760" critical="yes" starttime="20180828 07:15:06.150">ConnectionError: HTTPConnectionPool(host='192.30.9.3', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/subnets/87eabf1a-cd63-4569-bb42-28ae8899b44b (Caused by NewConnectionError('&lt;urllib3.connection.HTTPConnection object at 0x7f790bc12a10&gt;: Failed to establish a new connection: [Errno 111] Connection refused',))</status>
</test>
<kw type="teardown" name="Delete All Sessions" library="RequestsLibrary">
<doc>Removes all the session objects</doc>
<msg timestamp="20180828 07:15:06.762" level="INFO">Delete All Sessions</msg>
<status status="PASS" endtime="20180828 07:15:06.763" starttime="20180828 07:15:06.762"></status>
</kw>
<doc>Checking Subnets created in OpenStack are pushed to OpenDaylight</doc>
<status status="FAIL" endtime="20180828 07:15:06.763" starttime="20180828 07:15:02.219"></status>
</suite>
<suite source="/src/odl_test/csit/suites/openstack/neutron/030__ports.robot" id="s1-s2-s4" name="Ports">
<kw type="setup" name="Create Session" library="RequestsLibrary">
<doc>Create Session: create a HTTP session to a server</doc>
<arguments>
<arg>OSSession</arg>
<arg>${NEUTRONURL}</arg>
<arg>headers=${X-AUTH}</arg>
</arguments>
<msg timestamp="20180828 07:15:06.799" level="INFO">Creating Session using : alias=OSSession, url=http://172.30.9.22:9696, headers={u'X-Auth-Token': 'gAAAAABbhPZvWjvX-VlCHiK-P2Xz8tgqCmOsRFpPwW98X4cEDJNQ4075ZM7VjCUwPiEg5JV3jBHwvN4d_xTi2lUtmo3e-4hgRhQ3cWO0LVmCvFsS0JNpjzi6UFCYQO8oSJuAojg8ZRXVWHL3k1oD63DuTMUzdiGcMt_c9V-9xKmno-Hy2HAd2RY', u'Content-Type': u'application/json'},                     cookies=None, auth=None, timeout=None, proxies=None, verify=False,                     debug=0 </msg>
<status status="PASS" endtime="20180828 07:15:06.800" starttime="20180828 07:15:06.798"></status>
</kw>
<test id="s1-s2-s4-t1" name="Check OpenStack ports">
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${X-AUTH}</arg>
</arguments>
<msg timestamp="20180828 07:15:06.801" level="INFO">{u'X-Auth-Token': 'gAAAAABbhPZvWjvX-VlCHiK-P2Xz8tgqCmOsRFpPwW98X4cEDJNQ4075ZM7VjCUwPiEg5JV3jBHwvN4d_xTi2lUtmo3e-4hgRhQ3cWO0LVmCvFsS0JNpjzi6UFCYQO8oSJuAojg8ZRXVWHL3k1oD63DuTMUzdiGcMt_c9V-9xKmno-Hy2HAd2RY', u'Content-Type': u'application/json'}</msg>
<status status="PASS" endtime="20180828 07:15:06.802" starttime="20180828 07:15:06.801"></status>
</kw>
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>OSSession</arg>
<arg>${OSREST}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20180828 07:15:07.126" level="INFO">Get Request using : alias=OSSession, uri=/v2.0/ports, headers=None json=None</msg>
<msg timestamp="20180828 07:15:07.127" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20180828 07:15:07.127" starttime="20180828 07:15:06.802"></status>
</kw>
<kw name="Should Be Equal As Strings" library="BuiltIn">
<doc>Fails if objects are unequal after converting them to strings.</doc>
<arguments>
<arg>${resp.status_code}</arg>
<arg>200</arg>
</arguments>
<msg timestamp="20180828 07:15:07.128" level="INFO">Argument types are:
&lt;type 'int'&gt;
&lt;type 'unicode'&gt;</msg>
<status status="PASS" endtime="20180828 07:15:07.128" starttime="20180828 07:15:07.127"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
</arguments>
<assign>
<var>${OSResult}</var>
</assign>
<msg timestamp="20180828 07:15:07.130" level="INFO">To JSON using : content={"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-28T07:15:06Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"87eabf1a-cd63-4569-bb42-28ae8899b44b","ip_address":"172.16.64.20"}],"id":"225860f0-28ff-45d6-b01e-42cd1e03b765","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:94:8d:04","project_id":"ffb4780928b040148efb0f81bcbbd35f","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-5c6a9754-7974-4447-9ac6-4ef3d22c74ae","name":"","admin_state_up":true,"network_id":"5c6a9754-7974-4447-9ac6-4ef3d22c74ae","tenant_id":"ffb4780928b040148efb0f81bcbbd35f","created_at":"2018-08-28T07:15:04Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-28T07:15:06Z","device_owner":"network:dhcp","revision_number":2,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"87eabf1a-cd63-4569-bb42-28ae8899b44b","ip_address":"172.16.64.22"}],"id":"70f1dfd3-0168-41b3-bd24-2173a1382398","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:47:e2:52","project_id":"ffb4780928b040148efb0f81bcbbd35f","status":"DOWN","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-5c6a9754-7974-4447-9ac6-4ef3d22c74ae","name":"","admin_state_up":true,"network_id":"5c6a9754-7974-4447-9ac6-4ef3d22c74ae","tenant_id":"ffb4780928b040148efb0f81bcbbd35f","created_at":"2018-08-28T07:15:05Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-28T07:15:05Z","device_owner":"network:dhcp","revision_number":2,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"87eabf1a-cd63-4569-bb42-28ae8899b44b","ip_address":"172.16.64.21"}],"id":"ece32a08-27c2-44c6-ba48-36555d9013a8","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d8:33:46","project_id":"ffb4780928b040148efb0f81bcbbd35f","status":"DOWN","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-5c6a9754-7974-4447-9ac6-4ef3d22c74ae","name":"","admin_state_up":true,"network_id":"5c6a9754-7974-4447-9ac6-4ef3d22c74ae","tenant_id":"ffb4780928b040148efb0f81bcbbd35f","created_at":"2018-08-28T07:15:04Z","binding:vnic_type":"normal"}]} </msg>
<msg timestamp="20180828 07:15:07.130" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20180828 07:15:07.130" level="INFO">${OSResult} = {u'ports': [{u'allowed_address_pairs': [], u'extra_dhcp_opts': [], u'updated_at': u'2018-08-28T07:15:06Z', u'device_owner': u'network:dhcp', u'revision_number': 3, u'port_security_enabled': False, u'b...</msg>
<status status="PASS" endtime="20180828 07:15:07.131" starttime="20180828 07:15:07.129"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${OSResult}</arg>
</arguments>
<msg timestamp="20180828 07:15:07.132" level="INFO">{u'ports': [{u'allowed_address_pairs': [], u'extra_dhcp_opts': [], u'updated_at': u'2018-08-28T07:15:06Z', u'device_owner': u'network:dhcp', u'revision_number': 3, u'port_security_enabled': False, u'binding:profile': {}, u'fixed_ips': [{u'subnet_id': u'87eabf1a-cd63-4569-bb42-28ae8899b44b', u'ip_address': u'172.16.64.20'}], u'id': u'225860f0-28ff-45d6-b01e-42cd1e03b765', u'security_groups': [], u'binding:vif_details': {}, u'binding:vif_type': u'ovs', u'mac_address': u'fa:16:3e:94:8d:04', u'project_id': u'ffb4780928b040148efb0f81bcbbd35f', u'status': u'ACTIVE', u'binding:host_id': u'overcloud-controller-2.opnfvlf.org', u'description': u'', u'tags': [], u'device_id': u'dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-5c6a9754-7974-4447-9ac6-4ef3d22c74ae', u'name': u'', u'admin_state_up': True, u'network_id': u'5c6a9754-7974-4447-9ac6-4ef3d22c74ae', u'tenant_id': u'ffb4780928b040148efb0f81bcbbd35f', u'created_at': u'2018-08-28T07:15:04Z', u'binding:vnic_type': u'normal'}, {u'allowed_address_pairs': [], u'extra_dhcp_opts': [], u'updated_at': u'2018-08-28T07:15:06Z', u'device_owner': u'network:dhcp', u'revision_number': 2, u'port_security_enabled': False, u'binding:profile': {}, u'fixed_ips': [{u'subnet_id': u'87eabf1a-cd63-4569-bb42-28ae8899b44b', u'ip_address': u'172.16.64.22'}], u'id': u'70f1dfd3-0168-41b3-bd24-2173a1382398', u'security_groups': [], u'binding:vif_details': {}, u'binding:vif_type': u'ovs', u'mac_address': u'fa:16:3e:47:e2:52', u'project_id': u'ffb4780928b040148efb0f81bcbbd35f', u'status': u'DOWN', u'binding:host_id': u'overcloud-controller-1.opnfvlf.org', u'description': u'', u'tags': [], u'device_id': u'dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-5c6a9754-7974-4447-9ac6-4ef3d22c74ae', u'name': u'', u'admin_state_up': True, u'network_id': u'5c6a9754-7974-4447-9ac6-4ef3d22c74ae', u'tenant_id': u'ffb4780928b040148efb0f81bcbbd35f', u'created_at': u'2018-08-28T07:15:05Z', u'binding:vnic_type': u'normal'}, {u'allowed_address_pairs': [], u'extra_dhcp_opts': [], u'updated_at': u'2018-08-28T07:15:05Z', u'device_owner': u'network:dhcp', u'revision_number': 2, u'port_security_enabled': False, u'binding:profile': {}, u'fixed_ips': [{u'subnet_id': u'87eabf1a-cd63-4569-bb42-28ae8899b44b', u'ip_address': u'172.16.64.21'}], u'id': u'ece32a08-27c2-44c6-ba48-36555d9013a8', u'security_groups': [], u'binding:vif_details': {}, u'binding:vif_type': u'ovs', u'mac_address': u'fa:16:3e:d8:33:46', u'project_id': u'ffb4780928b040148efb0f81bcbbd35f', u'status': u'DOWN', u'binding:host_id': u'overcloud-controller-0.opnfvlf.org', u'description': u'', u'tags': [], u'device_id': u'dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-5c6a9754-7974-4447-9ac6-4ef3d22c74ae', u'name': u'', u'admin_state_up': True, u'network_id': u'5c6a9754-7974-4447-9ac6-4ef3d22c74ae', u'tenant_id': u'ffb4780928b040148efb0f81bcbbd35f', u'created_at': u'2018-08-28T07:15:04Z', u'binding:vnic_type': u'normal'}]}</msg>
<status status="PASS" endtime="20180828 07:15:07.132" starttime="20180828 07:15:07.131"></status>
</kw>
<doc>Checking OpenStack Neutron for known ports</doc>
<tags>
<tag>Ports Neutron OpenStack</tag>
</tags>
<status status="PASS" endtime="20180828 07:15:07.132" critical="yes" starttime="20180828 07:15:06.800"></status>
</test>
<test id="s1-s2-s4-t2" name="Check OpenDaylight ports">
<kw name="Create Session" library="RequestsLibrary">
<doc>Create Session: create a HTTP session to a server</doc>
<arguments>
<arg>ODLSession</arg>
<arg>http://${ODL_SYSTEM_IP}:${PORT}</arg>
<arg>headers=${HEADERS}</arg>
<arg>auth=${AUTH}</arg>
</arguments>
<msg timestamp="20180828 07:15:07.135" level="INFO">Creating Session using : alias=ODLSession, url=http://192.30.9.3:8080, headers={u'Content-Type': u'application/json'},                     cookies=None, auth=&lt;requests.auth.HTTPBasicAuth object at 0x7f790be1fe90&gt;, timeout=None, proxies=None, verify=False,                     debug=0 </msg>
<status status="PASS" endtime="20180828 07:15:07.136" starttime="20180828 07:15:07.134"></status>
</kw>
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>ODLSession</arg>
<arg>${NEUTRON_PORTS_API}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20180828 07:15:07.744" level="FAIL">ConnectionError: HTTPConnectionPool(host='192.30.9.3', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/ports (Caused by NewConnectionError('&lt;urllib3.connection.HTTPConnection object at 0x7f790bc12fd0&gt;: Failed to establish a new connection: [Errno 111] Connection refused',))</msg>
<status status="FAIL" endtime="20180828 07:15:07.744" starttime="20180828 07:15:07.136"></status>
</kw>
<doc>Checking OpenDaylight Neutron API for known ports</doc>
<tags>
<tag>Ports Neutron OpenDaylight</tag>
</tags>
<status status="FAIL" endtime="20180828 07:15:07.744" critical="yes" starttime="20180828 07:15:07.133">ConnectionError: HTTPConnectionPool(host='192.30.9.3', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/ports (Caused by NewConnectionError('&lt;urllib3.connection.HTTPConnection object at 0x7f790bc12fd0&gt;: Failed to establish a new connection: [Errno 111] Connection refused',))</status>
</test>
<test id="s1-s2-s4-t3" name="Create New Port">
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${data}</arg>
</arguments>
<msg timestamp="20180828 07:15:07.747" level="INFO">{"port":{"network_id":"5c6a9754-7974-4447-9ac6-4ef3d22c74ae","admin_state_up": true}}</msg>
<status status="PASS" endtime="20180828 07:15:07.747" starttime="20180828 07:15:07.746"></status>
</kw>
<kw name="Post Request" library="RequestsLibrary">
<doc>Send a POST request on the session object found using the</doc>
<arguments>
<arg>OSSession</arg>
<arg>${OSREST}</arg>
<arg>data=${data}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20180828 07:15:08.827" level="INFO">Post Request using : alias=OSSession, uri=/v2.0/ports, data=&lt;empty&gt;, headers=None, files=None, allow_redirects=True </msg>
<msg timestamp="20180828 07:15:08.828" level="INFO">${resp} = &lt;Response [201]&gt;</msg>
<status status="PASS" endtime="20180828 07:15:08.828" starttime="20180828 07:15:07.747"></status>
</kw>
<kw name="Should Be Equal As Strings" library="BuiltIn">
<doc>Fails if objects are unequal after converting them to strings.</doc>
<arguments>
<arg>${resp.status_code}</arg>
<arg>201</arg>
</arguments>
<msg timestamp="20180828 07:15:08.829" level="INFO">Argument types are:
&lt;type 'int'&gt;
&lt;type 'unicode'&gt;</msg>
<status status="PASS" endtime="20180828 07:15:08.829" starttime="20180828 07:15:08.828"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20180828 07:15:08.830" level="INFO">To JSON using : content={"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-28T07:15:08Z","device_owner":"","revision_number":1,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"87eabf1a-cd63-4569-bb42-28ae8899b44b","ip_address":"172.16.64.39"}],"id":"3c57e3d0-d9fc-422c-af43-f795fb88ec18","security_groups":["f78ee282-8d29-484d-aa65-3ea269edac2c"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:1f:8c:a7","project_id":"ffb4780928b040148efb0f81bcbbd35f","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"","admin_state_up":true,"network_id":"5c6a9754-7974-4447-9ac6-4ef3d22c74ae","tenant_id":"ffb4780928b040148efb0f81bcbbd35f","created_at":"2018-08-28T07:15:08Z","binding:vnic_type":"normal"}} </msg>
<msg timestamp="20180828 07:15:08.830" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20180828 07:15:08.831" level="INFO">${result} = {u'port': {u'allowed_address_pairs': [], u'extra_dhcp_opts': [], u'updated_at': u'2018-08-28T07:15:08Z', u'device_owner': u'', u'revision_number': 1, u'binding:profile': {}, u'port_security_enabled': ...</msg>
<status status="PASS" endtime="20180828 07:15:08.831" starttime="20180828 07:15:08.829"></status>
</kw>
<kw name="Get From Dictionary" library="Collections">
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<arguments>
<arg>${result}</arg>
<arg>port</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20180828 07:15:08.832" level="INFO">${result} = {u'allowed_address_pairs': [], u'extra_dhcp_opts': [], u'updated_at': u'2018-08-28T07:15:08Z', u'device_owner': u'', u'revision_number': 1, u'binding:profile': {}, u'port_security_enabled': True, u'fi...</msg>
<status status="PASS" endtime="20180828 07:15:08.832" starttime="20180828 07:15:08.831"></status>
</kw>
<kw name="Get From Dictionary" library="Collections">
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<arguments>
<arg>${result}</arg>
<arg>id</arg>
</arguments>
<assign>
<var>${PORTID}</var>
</assign>
<msg timestamp="20180828 07:15:08.833" level="INFO">${PORTID} = 3c57e3d0-d9fc-422c-af43-f795fb88ec18</msg>
<status status="PASS" endtime="20180828 07:15:08.833" starttime="20180828 07:15:08.832"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result}</arg>
</arguments>
<msg timestamp="20180828 07:15:08.834" level="INFO">{u'allowed_address_pairs': [], u'extra_dhcp_opts': [], u'updated_at': u'2018-08-28T07:15:08Z', u'device_owner': u'', u'revision_number': 1, u'binding:profile': {}, u'port_security_enabled': True, u'fixed_ips': [{u'subnet_id': u'87eabf1a-cd63-4569-bb42-28ae8899b44b', u'ip_address': u'172.16.64.39'}], u'id': u'3c57e3d0-d9fc-422c-af43-f795fb88ec18', u'security_groups': [u'f78ee282-8d29-484d-aa65-3ea269edac2c'], u'binding:vif_details': {}, u'binding:vif_type': u'unbound', u'mac_address': u'fa:16:3e:1f:8c:a7', u'project_id': u'ffb4780928b040148efb0f81bcbbd35f', u'status': u'DOWN', u'binding:host_id': u'', u'description': u'', u'tags': [], u'device_id': u'', u'name': u'', u'admin_state_up': True, u'network_id': u'5c6a9754-7974-4447-9ac6-4ef3d22c74ae', u'tenant_id': u'ffb4780928b040148efb0f81bcbbd35f', u'created_at': u'2018-08-28T07:15:08Z', u'binding:vnic_type': u'normal'}</msg>
<status status="PASS" endtime="20180828 07:15:08.834" starttime="20180828 07:15:08.833"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${PORTID}</arg>
</arguments>
<msg timestamp="20180828 07:15:08.835" level="INFO">3c57e3d0-d9fc-422c-af43-f795fb88ec18</msg>
<status status="PASS" endtime="20180828 07:15:08.835" starttime="20180828 07:15:08.834"></status>
</kw>
<kw name="Set Global Variable" library="BuiltIn">
<doc>Makes a variable available globally in all tests and suites.</doc>
<arguments>
<arg>${PORTID}</arg>
</arguments>
<msg timestamp="20180828 07:15:08.836" level="INFO">${PORTID} = 3c57e3d0-d9fc-422c-af43-f795fb88ec18</msg>
<status status="PASS" endtime="20180828 07:15:08.837" starttime="20180828 07:15:08.835"></status>
</kw>
<kw name="Sleep" library="BuiltIn">
<doc>Pauses the test executed for the given time.</doc>
<arguments>
<arg>2</arg>
</arguments>
<msg timestamp="20180828 07:15:10.838" level="INFO">Slept 2 seconds</msg>
<status status="PASS" endtime="20180828 07:15:10.838" starttime="20180828 07:15:08.837"></status>
</kw>
<doc>Create new port in OpenStack</doc>
<tags>
<tag>Create port OpenStack Neutron</tag>
</tags>
<status status="PASS" endtime="20180828 07:15:10.838" critical="yes" starttime="20180828 07:15:07.745"></status>
</test>
<test id="s1-s2-s4-t4" name="Check New Port">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>ODLSession</arg>
<arg>${NEUTRON_PORTS_API}/${PORTID}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20180828 07:15:11.448" level="FAIL">ConnectionError: HTTPConnectionPool(host='192.30.9.3', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/ports/3c57e3d0-d9fc-422c-af43-f795fb88ec18 (Caused by NewConnectionError('&lt;urllib3.connection.HTTPConnection object at 0x7f790be73450&gt;: Failed to establish a new connection: [Errno 111] Connection refused',))</msg>
<status status="FAIL" endtime="20180828 07:15:11.448" starttime="20180828 07:15:10.840"></status>
</kw>
<doc>Check new port created in OpenDaylight</doc>
<tags>
<tag>Check port OpenDaylight</tag>
</tags>
<status status="FAIL" endtime="20180828 07:15:11.448" critical="yes" starttime="20180828 07:15:10.839">ConnectionError: HTTPConnectionPool(host='192.30.9.3', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/ports/3c57e3d0-d9fc-422c-af43-f795fb88ec18 (Caused by NewConnectionError('&lt;urllib3.connection.HTTPConnection object at 0x7f790be73450&gt;: Failed to establish a new connection: [Errno 111] Connection refused',))</status>
</test>
<kw type="teardown" name="Delete All Sessions" library="RequestsLibrary">
<doc>Removes all the session objects</doc>
<msg timestamp="20180828 07:15:11.451" level="INFO">Delete All Sessions</msg>
<status status="PASS" endtime="20180828 07:15:11.451" starttime="20180828 07:15:11.450"></status>
</kw>
<doc>Checking Port created in OpenStack are pushed to OpenDaylight</doc>
<status status="FAIL" endtime="20180828 07:15:11.451" starttime="20180828 07:15:06.766"></status>
</suite>
<suite source="/src/odl_test/csit/suites/openstack/neutron/040__delete_ports.robot" id="s1-s2-s5" name="Delete Ports">
<kw type="setup" name="Start Suite">
<kw name="Create Session" library="RequestsLibrary">
<doc>Create Session: create a HTTP session to a server</doc>
<arguments>
<arg>OSSession</arg>
<arg>${NEUTRONURL}</arg>
<arg>headers=${X-AUTH-NOCONTENT}</arg>
</arguments>
<msg timestamp="20180828 07:15:11.483" level="INFO">Creating Session using : alias=OSSession, url=http://172.30.9.22:9696, headers={u'X-Auth-Token': 'gAAAAABbhPZvWjvX-VlCHiK-P2Xz8tgqCmOsRFpPwW98X4cEDJNQ4075ZM7VjCUwPiEg5JV3jBHwvN4d_xTi2lUtmo3e-4hgRhQ3cWO0LVmCvFsS0JNpjzi6UFCYQO8oSJuAojg8ZRXVWHL3k1oD63DuTMUzdiGcMt_c9V-9xKmno-Hy2HAd2RY'},                     cookies=None, auth=None, timeout=None, proxies=None, verify=False,                     debug=0 </msg>
<status status="PASS" endtime="20180828 07:15:11.484" starttime="20180828 07:15:11.483"></status>
</kw>
<kw name="Create Session" library="RequestsLibrary">
<doc>Create Session: create a HTTP session to a server</doc>
<arguments>
<arg>ODLSession</arg>
<arg>http://${ODL_SYSTEM_IP}:${PORT}</arg>
<arg>headers=${HEADERS}</arg>
<arg>auth=${AUTH}</arg>
</arguments>
<msg timestamp="20180828 07:15:11.485" level="INFO">Creating Session using : alias=ODLSession, url=http://192.30.9.3:8080, headers={u'Content-Type': u'application/json'},                     cookies=None, auth=&lt;requests.auth.HTTPBasicAuth object at 0x7f790bb60750&gt;, timeout=None, proxies=None, verify=False,                     debug=0 </msg>
<status status="PASS" endtime="20180828 07:15:11.486" starttime="20180828 07:15:11.484"></status>
</kw>
<kw name="Check Port Exists">
<arguments>
<arg>${PORTID}</arg>
</arguments>
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>ODLSession</arg>
<arg>${NEUTRON_PORTS_API}/${portid}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20180828 07:15:12.092" level="FAIL">ConnectionError: HTTPConnectionPool(host='192.30.9.3', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/ports/3c57e3d0-d9fc-422c-af43-f795fb88ec18 (Caused by NewConnectionError('&lt;urllib3.connection.HTTPConnection object at 0x7f790be34690&gt;: Failed to establish a new connection: [Errno 111] Connection refused',))</msg>
<status status="FAIL" endtime="20180828 07:15:12.093" starttime="20180828 07:15:11.486"></status>
</kw>
<status status="FAIL" endtime="20180828 07:15:12.093" starttime="20180828 07:15:11.486"></status>
</kw>
<status status="FAIL" endtime="20180828 07:15:12.094" starttime="20180828 07:15:11.482"></status>
</kw>
<test id="s1-s2-s5-t1" name="Delete New Port">
<doc>Delete previously created port in OpenStack</doc>
<tags>
<tag>Delete port OpenStack Neutron</tag>
</tags>
<status status="FAIL" endtime="20180828 07:15:12.095" critical="yes" starttime="20180828 07:15:12.094">Parent suite setup failed:
ConnectionError: HTTPConnectionPool(host='192.30.9.3', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/ports/3c57e3d0-d9fc-422c-af43-f795fb88ec18 (Caused by NewConnectionError('&lt;urllib3.connection.HTTPConnection object at 0x7f790be34690&gt;: Failed to establish a new connection: [Errno 111] Connection refused',))</status>
</test>
<test id="s1-s2-s5-t2" name="Check Port Deleted">
<doc>Check port deleted in OpenDaylight</doc>
<tags>
<tag>Check port deleted OpenDaylight</tag>
</tags>
<status status="FAIL" endtime="20180828 07:15:12.096" critical="yes" starttime="20180828 07:15:12.096">Parent suite setup failed:
ConnectionError: HTTPConnectionPool(host='192.30.9.3', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/ports/3c57e3d0-d9fc-422c-af43-f795fb88ec18 (Caused by NewConnectionError('&lt;urllib3.connection.HTTPConnection object at 0x7f790be34690&gt;: Failed to establish a new connection: [Errno 111] Connection refused',))</status>
</test>
<kw type="teardown" name="Delete All Sessions" library="RequestsLibrary">
<doc>Removes all the session objects</doc>
<msg timestamp="20180828 07:15:12.098" level="INFO">Delete All Sessions</msg>
<status status="PASS" endtime="20180828 07:15:12.098" starttime="20180828 07:15:12.097"></status>
</kw>
<doc>Checking Port deleted in OpenStack are deleted also in OpenDaylight</doc>
<status status="FAIL" endtime="20180828 07:15:12.098" starttime="20180828 07:15:11.455">Suite setup failed:
ConnectionError: HTTPConnectionPool(host='192.30.9.3', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/ports/3c57e3d0-d9fc-422c-af43-f795fb88ec18 (Caused by NewConnectionError('&lt;urllib3.connection.HTTPConnection object at 0x7f790be34690&gt;: Failed to establish a new connection: [Errno 111] Connection refused',))</status>
</suite>
<suite source="/src/odl_test/csit/suites/openstack/neutron/050__delete_subnets.robot" id="s1-s2-s6" name="Delete Subnets">
<kw type="setup" name="Start Suite">
<kw name="Create Session" library="RequestsLibrary">
<doc>Create Session: create a HTTP session to a server</doc>
<arguments>
<arg>OSSession</arg>
<arg>${NEUTRONURL}</arg>
<arg>headers=${X-AUTH-NOCONTENT}</arg>
</arguments>
<msg timestamp="20180828 07:15:12.130" level="INFO">Creating Session using : alias=OSSession, url=http://172.30.9.22:9696, headers={u'X-Auth-Token': 'gAAAAABbhPZvWjvX-VlCHiK-P2Xz8tgqCmOsRFpPwW98X4cEDJNQ4075ZM7VjCUwPiEg5JV3jBHwvN4d_xTi2lUtmo3e-4hgRhQ3cWO0LVmCvFsS0JNpjzi6UFCYQO8oSJuAojg8ZRXVWHL3k1oD63DuTMUzdiGcMt_c9V-9xKmno-Hy2HAd2RY'},                     cookies=None, auth=None, timeout=None, proxies=None, verify=False,                     debug=0 </msg>
<status status="PASS" endtime="20180828 07:15:12.131" starttime="20180828 07:15:12.129"></status>
</kw>
<kw name="Create Session" library="RequestsLibrary">
<doc>Create Session: create a HTTP session to a server</doc>
<arguments>
<arg>ODLSession</arg>
<arg>http://${ODL_SYSTEM_IP}:${PORT}</arg>
<arg>headers=${HEADERS}</arg>
<arg>auth=${AUTH}</arg>
</arguments>
<msg timestamp="20180828 07:15:12.132" level="INFO">Creating Session using : alias=ODLSession, url=http://192.30.9.3:8080, headers={u'Content-Type': u'application/json'},                     cookies=None, auth=&lt;requests.auth.HTTPBasicAuth object at 0x7f790be34c10&gt;, timeout=None, proxies=None, verify=False,                     debug=0 </msg>
<status status="PASS" endtime="20180828 07:15:12.132" starttime="20180828 07:15:12.131"></status>
</kw>
<kw name="Check Subnet Exists">
<arguments>
<arg>${SUBNETID}</arg>
</arguments>
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>ODLSession</arg>
<arg>${NEUTRON_SUBNETS_API}/${subnetid}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20180828 07:15:12.739" level="FAIL">ConnectionError: HTTPConnectionPool(host='192.30.9.3', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/subnets/87eabf1a-cd63-4569-bb42-28ae8899b44b (Caused by NewConnectionError('&lt;urllib3.connection.HTTPConnection object at 0x7f790bb5c8d0&gt;: Failed to establish a new connection: [Errno 111] Connection refused',))</msg>
<status status="FAIL" endtime="20180828 07:15:12.740" starttime="20180828 07:15:12.133"></status>
</kw>
<status status="FAIL" endtime="20180828 07:15:12.740" starttime="20180828 07:15:12.133"></status>
</kw>
<status status="FAIL" endtime="20180828 07:15:12.741" starttime="20180828 07:15:12.129"></status>
</kw>
<test id="s1-s2-s6-t1" name="Delete New subnet">
<doc>Delete previously created subnet in OpenStack</doc>
<tags>
<tag>Delete Subnet OpenStack Neutron</tag>
</tags>
<status status="FAIL" endtime="20180828 07:15:12.742" critical="yes" starttime="20180828 07:15:12.741">Parent suite setup failed:
ConnectionError: HTTPConnectionPool(host='192.30.9.3', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/subnets/87eabf1a-cd63-4569-bb42-28ae8899b44b (Caused by NewConnectionError('&lt;urllib3.connection.HTTPConnection object at 0x7f790bb5c8d0&gt;: Failed to establish a new connection: [Errno 111] Connection refused',))</status>
</test>
<test id="s1-s2-s6-t2" name="Check New subnet deleted">
<doc>Check subnet deleted in OpenDaylight</doc>
<tags>
<tag>Check subnet deleted OpenDaylight</tag>
</tags>
<status status="FAIL" endtime="20180828 07:15:12.744" critical="yes" starttime="20180828 07:15:12.743">Parent suite setup failed:
ConnectionError: HTTPConnectionPool(host='192.30.9.3', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/subnets/87eabf1a-cd63-4569-bb42-28ae8899b44b (Caused by NewConnectionError('&lt;urllib3.connection.HTTPConnection object at 0x7f790bb5c8d0&gt;: Failed to establish a new connection: [Errno 111] Connection refused',))</status>
</test>
<kw type="teardown" name="Delete All Sessions" library="RequestsLibrary">
<doc>Removes all the session objects</doc>
<msg timestamp="20180828 07:15:12.745" level="INFO">Delete All Sessions</msg>
<status status="PASS" endtime="20180828 07:15:12.745" starttime="20180828 07:15:12.745"></status>
</kw>
<doc>Checking Subnets deleted in OpenStack are deleted also in OpenDaylight</doc>
<status status="FAIL" endtime="20180828 07:15:12.745" starttime="20180828 07:15:12.101">Suite setup failed:
ConnectionError: HTTPConnectionPool(host='192.30.9.3', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/subnets/87eabf1a-cd63-4569-bb42-28ae8899b44b (Caused by NewConnectionError('&lt;urllib3.connection.HTTPConnection object at 0x7f790bb5c8d0&gt;: Failed to establish a new connection: [Errno 111] Connection refused',))</status>
</suite>
<suite source="/src/odl_test/csit/suites/openstack/neutron/060__delete_networks.robot" id="s1-s2-s7" name="Delete Networks">
<kw type="setup" name="Start Suite">
<kw name="Create Session" library="RequestsLibrary">
<doc>Create Session: create a HTTP session to a server</doc>
<arguments>
<arg>OSSession</arg>
<arg>${NEUTRONURL}</arg>
<arg>headers=${X-AUTH-NOCONTENT}</arg>
</arguments>
<msg timestamp="20180828 07:15:12.777" level="INFO">Creating Session using : alias=OSSession, url=http://172.30.9.22:9696, headers={u'X-Auth-Token': 'gAAAAABbhPZvWjvX-VlCHiK-P2Xz8tgqCmOsRFpPwW98X4cEDJNQ4075ZM7VjCUwPiEg5JV3jBHwvN4d_xTi2lUtmo3e-4hgRhQ3cWO0LVmCvFsS0JNpjzi6UFCYQO8oSJuAojg8ZRXVWHL3k1oD63DuTMUzdiGcMt_c9V-9xKmno-Hy2HAd2RY'},                     cookies=None, auth=None, timeout=None, proxies=None, verify=False,                     debug=0 </msg>
<status status="PASS" endtime="20180828 07:15:12.778" starttime="20180828 07:15:12.776"></status>
</kw>
<kw name="Create Session" library="RequestsLibrary">
<doc>Create Session: create a HTTP session to a server</doc>
<arguments>
<arg>ODLSession</arg>
<arg>http://${ODL_SYSTEM_IP}:${PORT}</arg>
<arg>headers=${HEADERS}</arg>
<arg>auth=${AUTH}</arg>
</arguments>
<msg timestamp="20180828 07:15:12.779" level="INFO">Creating Session using : alias=ODLSession, url=http://192.30.9.3:8080, headers={u'Content-Type': u'application/json'},                     cookies=None, auth=&lt;requests.auth.HTTPBasicAuth object at 0x7f790bb78550&gt;, timeout=None, proxies=None, verify=False,                     debug=0 </msg>
<status status="PASS" endtime="20180828 07:15:12.779" starttime="20180828 07:15:12.778"></status>
</kw>
<kw name="Check Network Exists">
<arguments>
<arg>${NETID}</arg>
</arguments>
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>ODLSession</arg>
<arg>${NEUTRON_NETWORKS_API}/${netid}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20180828 07:15:13.387" level="FAIL">ConnectionError: HTTPConnectionPool(host='192.30.9.3', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/networks/5c6a9754-7974-4447-9ac6-4ef3d22c74ae (Caused by NewConnectionError('&lt;urllib3.connection.HTTPConnection object at 0x7f790bb78e10&gt;: Failed to establish a new connection: [Errno 111] Connection refused',))</msg>
<status status="FAIL" endtime="20180828 07:15:13.387" starttime="20180828 07:15:12.780"></status>
</kw>
<status status="FAIL" endtime="20180828 07:15:13.388" starttime="20180828 07:15:12.780"></status>
</kw>
<status status="FAIL" endtime="20180828 07:15:13.388" starttime="20180828 07:15:12.776"></status>
</kw>
<test id="s1-s2-s7-t1" name="Delete Network">
<doc>Delete network in OpenStack</doc>
<tags>
<tag>Delete Network OpenStack Neutron</tag>
</tags>
<status status="FAIL" endtime="20180828 07:15:13.390" critical="yes" starttime="20180828 07:15:13.388">Parent suite setup failed:
ConnectionError: HTTPConnectionPool(host='192.30.9.3', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/networks/5c6a9754-7974-4447-9ac6-4ef3d22c74ae (Caused by NewConnectionError('&lt;urllib3.connection.HTTPConnection object at 0x7f790bb78e10&gt;: Failed to establish a new connection: [Errno 111] Connection refused',))</status>
</test>
<test id="s1-s2-s7-t2" name="Check Network deleted">
<doc>Check network deleted in OpenDaylight</doc>
<tags>
<tag>Check Network OpenDaylight</tag>
</tags>
<status status="FAIL" endtime="20180828 07:15:13.391" critical="yes" starttime="20180828 07:15:13.390">Parent suite setup failed:
ConnectionError: HTTPConnectionPool(host='192.30.9.3', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/networks/5c6a9754-7974-4447-9ac6-4ef3d22c74ae (Caused by NewConnectionError('&lt;urllib3.connection.HTTPConnection object at 0x7f790bb78e10&gt;: Failed to establish a new connection: [Errno 111] Connection refused',))</status>
</test>
<kw type="teardown" name="Delete All Sessions" library="RequestsLibrary">
<doc>Removes all the session objects</doc>
<msg timestamp="20180828 07:15:13.393" level="INFO">Delete All Sessions</msg>
<status status="PASS" endtime="20180828 07:15:13.393" starttime="20180828 07:15:13.392"></status>
</kw>
<doc>Checking Network deleted in OpenStack are deleted also in OpenDaylight</doc>
<status status="FAIL" endtime="20180828 07:15:13.393" starttime="20180828 07:15:12.748">Suite setup failed:
ConnectionError: HTTPConnectionPool(host='192.30.9.3', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/networks/5c6a9754-7974-4447-9ac6-4ef3d22c74ae (Caused by NewConnectionError('&lt;urllib3.connection.HTTPConnection object at 0x7f790bb78e10&gt;: Failed to establish a new connection: [Errno 111] Connection refused',))</status>
</suite>
<kw type="teardown" name="Stop Suite">
<kw name="Delete All Sessions" library="RequestsLibrary">
<doc>Removes all the session objects</doc>
<msg timestamp="20180828 07:15:13.399" level="INFO">Delete All Sessions</msg>
<status status="PASS" endtime="20180828 07:15:13.400" starttime="20180828 07:15:13.399"></status>
</kw>
<status status="PASS" endtime="20180828 07:15:13.400" starttime="20180828 07:15:13.398"></status>
</kw>
<doc>Test suite for Neutron Plugin</doc>
<status status="FAIL" endtime="20180828 07:15:13.400" starttime="20180828 07:14:55.496"></status>
</suite>
<status status="FAIL" endtime="20180828 07:15:13.411" starttime="20180828 07:06:25.728"></status>
</suite>
<statistics>
<total>
<stat fail="16" pass="6">Critical Tests</stat>
<stat fail="16" pass="6">All Tests</stat>
</total>
<tag>
<stat fail="2" pass="0">Check</stat>
<stat fail="1" pass="0">Check Network OpenDaylight</stat>
<stat fail="1" pass="0">Check port deleted OpenDaylight</stat>
<stat fail="1" pass="0">Check port OpenDaylight</stat>
<stat fail="1" pass="0">Check subnet deleted OpenDaylight</stat>
<stat fail="0" pass="1">Create Network OpenStack Neutron</stat>
<stat fail="0" pass="1">Create port OpenStack Neutron</stat>
<stat fail="0" pass="1">Create Subnet OpenStack Neutron</stat>
<stat fail="1" pass="0">Delete Network OpenStack Neutron</stat>
<stat fail="1" pass="0">Delete port OpenStack Neutron</stat>
<stat fail="1" pass="0">Delete Subnet OpenStack Neutron</stat>
<stat fail="1" pass="0">Network Neutron OpenDaylight</stat>
<stat fail="0" pass="1">Network Neutron OpenStack</stat>
<stat fail="1" pass="0">Network OpenDaylight</stat>
<stat fail="1" pass="0">Ports Neutron OpenDaylight</stat>
<stat fail="0" pass="1">Ports Neutron OpenStack</stat>
<stat fail="3" pass="0">reachability</stat>
<stat fail="1" pass="0">subnet OpenDaylight</stat>
<stat fail="1" pass="0">Subnets Neutron OpenDaylight</stat>
<stat fail="0" pass="1">Subnets Neutron OpenStack</stat>
</tag>
<suite>
<stat fail="16" id="s1" name="Basic &amp; Neutron" pass="6">Basic &amp; Neutron</stat>
<stat fail="1" id="s1-s1" name="Basic" pass="0">Basic &amp; Neutron.Basic</stat>
<stat fail="1" id="s1-s1-s1" name="Restconf Modules" pass="0">Basic &amp; Neutron.Basic.Restconf Modules</stat>
<stat fail="15" id="s1-s2" name="Neutron" pass="6">Basic &amp; Neutron.Neutron</stat>
<stat fail="3" id="s1-s2-s1" name="Reachability" pass="0">Basic &amp; Neutron.Neutron.Reachability</stat>
<stat fail="2" id="s1-s2-s2" name="Networks" pass="2">Basic &amp; Neutron.Neutron.Networks</stat>
<stat fail="2" id="s1-s2-s3" name="Subnets" pass="2">Basic &amp; Neutron.Neutron.Subnets</stat>
<stat fail="2" id="s1-s2-s4" name="Ports" pass="2">Basic &amp; Neutron.Neutron.Ports</stat>
<stat fail="2" id="s1-s2-s5" name="Delete Ports" pass="0">Basic &amp; Neutron.Neutron.Delete Ports</stat>
<stat fail="2" id="s1-s2-s6" name="Delete Subnets" pass="0">Basic &amp; Neutron.Neutron.Delete Subnets</stat>
<stat fail="2" id="s1-s2-s7" name="Delete Networks" pass="0">Basic &amp; Neutron.Neutron.Delete Networks</stat>
</suite>
</statistics>
<errors>
<msg timestamp="20180828 07:14:55.578" level="WARN">Deprecation Warning: Use Post Request in the future</msg>
</errors>
</robot>
