<?xml version="1.0" encoding="UTF-8"?>
<robot generated="20180901 12:36:23.149" 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="20180901 12:36:23.212" level="INFO">Creating Session using : alias=session, url=http://192.30.9.10:8181, headers={u'Content-Type': u'application/xml'},                     cookies=None, auth=&lt;requests.auth.HTTPBasicAuth object at 0x7f5c20f9dd90&gt;, timeout=None, proxies=None, verify=False,                     debug=0 </msg>
<status status="PASS" endtime="20180901 12:36:23.213" starttime="20180901 12:36:23.212"></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="20180901 12:44:52.722" level="FAIL">ConnectionError: HTTPConnectionPool(host='192.30.9.10', port=8181): Max retries exceeded with url: /restconf/modules (Caused by NewConnectionError('&lt;urllib3.connection.HTTPConnection object at 0x7f5c20faea10&gt;: Failed to establish a new connection: [Errno 110] Operation timed out',))</msg>
<status status="FAIL" endtime="20180901 12:44:52.723" starttime="20180901 12:36:23.213"></status>
</kw>
<doc>Get the restconf modules, check 200 status and ietf-restconf presence.</doc>
<status status="FAIL" endtime="20180901 12:44:52.723" critical="yes" starttime="20180901 12:36:23.213">ConnectionError: HTTPConnectionPool(host='192.30.9.10', port=8181): Max retries exceeded with url: /restconf/modules (Caused by NewConnectionError('&lt;urllib3.connection.HTTPConnection object at 0x7f5c20faea10&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="20180901 12:44:52.725" level="INFO">Delete All Sessions</msg>
<status status="PASS" endtime="20180901 12:44:52.725" starttime="20180901 12:44:52.725"></status>
</kw>
<doc>Test suite to verify Restconf is OK.</doc>
<status status="FAIL" endtime="20180901 12:44:52.725" starttime="20180901 12:36:23.180"></status>
</suite>
<status status="FAIL" endtime="20180901 12:44:52.728" starttime="20180901 12:36:23.178"></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="20180901 12:44:52.789" level="INFO">Creating Session using : alias=KeyStoneSession, url=http://172.30.9.30: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="20180901 12:44:52.790" starttime="20180901 12:44:52.788"></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="20180901 12:44:52.790" level="WARN">Deprecation Warning: Use Post Request in the future</msg>
<msg timestamp="20180901 12:44:53.208" level="INFO">${resp} = &lt;Response [201]&gt;</msg>
<status status="PASS" endtime="20180901 12:44:53.208" starttime="20180901 12:44:52.790"></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="20180901 12:44:53.209" level="INFO">Argument types are:
&lt;type 'int'&gt;
&lt;type 'unicode'&gt;</msg>
<status status="PASS" endtime="20180901 12:44:53.209" starttime="20180901 12:44:53.208"></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="20180901 12:44:53.211" level="INFO">${TOKEN} = gAAAAABbionF2g_owSFMRR4NQuo53p5kmlG8VGAJgKLj7dE_QoZVov7BopYC4zVyhXc5QgYOeAWA0td-jhA-f2Z3CWjOoqSrj_4Io7YQTdxiRBCR9Co04GwltCjWXJVm8tbDK_yY4CsC0EWlC0GJHtZEC-btW9d0veUQelGhc3YNbdOr4agtgwE</msg>
<status status="PASS" endtime="20180901 12:44:53.211" starttime="20180901 12:44:53.210"></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="20180901 12:44:53.212" level="INFO">${X-AUTH} = {u'X-Auth-Token': 'gAAAAABbionF2g_owSFMRR4NQuo53p5kmlG8VGAJgKLj7dE_QoZVov7BopYC4zVyhXc5QgYOeAWA0td-jhA-f2Z3CWjOoqSrj_4Io7YQTdxiRBCR9Co04GwltCjWXJVm8tbDK_yY4CsC0EWlC0GJHtZEC-btW9d0veUQelGhc3YNbdOr4agtg...</msg>
<status status="PASS" endtime="20180901 12:44:53.212" starttime="20180901 12:44:53.211"></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="20180901 12:44:53.213" level="INFO">${X-AUTH-NOCONTENT} = {u'X-Auth-Token': 'gAAAAABbionF2g_owSFMRR4NQuo53p5kmlG8VGAJgKLj7dE_QoZVov7BopYC4zVyhXc5QgYOeAWA0td-jhA-f2Z3CWjOoqSrj_4Io7YQTdxiRBCR9Co04GwltCjWXJVm8tbDK_yY4CsC0EWlC0GJHtZEC-btW9d0veUQelGhc3YNbdOr4agtg...</msg>
<status status="PASS" endtime="20180901 12:44:53.213" starttime="20180901 12:44:53.212"></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="20180901 12:44:53.215" level="INFO">${X-AUTH} = {u'X-Auth-Token': 'gAAAAABbionF2g_owSFMRR4NQuo53p5kmlG8VGAJgKLj7dE_QoZVov7BopYC4zVyhXc5QgYOeAWA0td-jhA-f2Z3CWjOoqSrj_4Io7YQTdxiRBCR9Co04GwltCjWXJVm8tbDK_yY4CsC0EWlC0GJHtZEC-btW9d0veUQelGhc3YNbdOr4agtg...</msg>
<status status="PASS" endtime="20180901 12:44:53.215" starttime="20180901 12:44:53.214"></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="20180901 12:44:53.216" level="INFO">${X-AUTH-NOCONTENT} = {u'X-Auth-Token': 'gAAAAABbionF2g_owSFMRR4NQuo53p5kmlG8VGAJgKLj7dE_QoZVov7BopYC4zVyhXc5QgYOeAWA0td-jhA-f2Z3CWjOoqSrj_4Io7YQTdxiRBCR9Co04GwltCjWXJVm8tbDK_yY4CsC0EWlC0GJHtZEC-btW9d0veUQelGhc3YNbdOr4agtg...</msg>
<status status="PASS" endtime="20180901 12:44:53.216" starttime="20180901 12:44:53.215"></status>
</kw>
<status status="PASS" endtime="20180901 12:44:53.216" starttime="20180901 12:44:52.788"></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="20180901 12:44:53.243" level="INFO">Creating Session using : alias=ODL, url=http://192.30.9.10:8080, headers={u'Content-Type': u'application/json'},                     cookies=None, auth=&lt;requests.auth.HTTPBasicAuth object at 0x7f5c20fe1a10&gt;, timeout=None, proxies=None, verify=False,                     debug=0 </msg>
<status status="PASS" endtime="20180901 12:44:53.244" starttime="20180901 12:44:53.242"></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="20180901 12:44:53.852" level="FAIL">ConnectionError: HTTPConnectionPool(host='192.30.9.10', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/networks (Caused by NewConnectionError('&lt;urllib3.connection.HTTPConnection object at 0x7f5c20ff3350&gt;: Failed to establish a new connection: [Errno 111] Connection refused',))</msg>
<status status="FAIL" endtime="20180901 12:44:53.852" starttime="20180901 12:44:53.245"></status>
</kw>
<doc>Get the complete list of networks</doc>
<tags>
<tag>reachability</tag>
</tags>
<status status="FAIL" endtime="20180901 12:44:53.853" critical="yes" starttime="20180901 12:44:53.244">ConnectionError: HTTPConnectionPool(host='192.30.9.10', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/networks (Caused by NewConnectionError('&lt;urllib3.connection.HTTPConnection object at 0x7f5c20ff3350&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="20180901 12:44:54.461" level="FAIL">ConnectionError: HTTPConnectionPool(host='192.30.9.10', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/subnets (Caused by NewConnectionError('&lt;urllib3.connection.HTTPConnection object at 0x7f5c20f048d0&gt;: Failed to establish a new connection: [Errno 111] Connection refused',))</msg>
<status status="FAIL" endtime="20180901 12:44:54.461" starttime="20180901 12:44:53.854"></status>
</kw>
<doc>Get the complete list of subnets</doc>
<tags>
<tag>reachability</tag>
</tags>
<status status="FAIL" endtime="20180901 12:44:54.462" critical="yes" starttime="20180901 12:44:53.853">ConnectionError: HTTPConnectionPool(host='192.30.9.10', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/subnets (Caused by NewConnectionError('&lt;urllib3.connection.HTTPConnection object at 0x7f5c20f048d0&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="20180901 12:44:55.070" level="FAIL">ConnectionError: HTTPConnectionPool(host='192.30.9.10', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/ports (Caused by NewConnectionError('&lt;urllib3.connection.HTTPConnection object at 0x7f5c21047a50&gt;: Failed to establish a new connection: [Errno 111] Connection refused',))</msg>
<status status="FAIL" endtime="20180901 12:44:55.071" starttime="20180901 12:44:54.464"></status>
</kw>
<doc>Get the complete list of ports</doc>
<tags>
<tag>reachability</tag>
</tags>
<status status="FAIL" endtime="20180901 12:44:55.071" critical="yes" starttime="20180901 12:44:54.463">ConnectionError: HTTPConnectionPool(host='192.30.9.10', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/ports (Caused by NewConnectionError('&lt;urllib3.connection.HTTPConnection object at 0x7f5c21047a50&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="20180901 12:44:55.073" level="INFO">Delete All Sessions</msg>
<status status="PASS" endtime="20180901 12:44:55.074" starttime="20180901 12:44:55.073"></status>
</kw>
<status status="FAIL" endtime="20180901 12:44:55.074" starttime="20180901 12:44:53.217"></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="20180901 12:44:55.105" level="INFO">Creating Session using : alias=OSSession, url=http://172.30.9.30:9696, headers={u'X-Auth-Token': 'gAAAAABbionF2g_owSFMRR4NQuo53p5kmlG8VGAJgKLj7dE_QoZVov7BopYC4zVyhXc5QgYOeAWA0td-jhA-f2Z3CWjOoqSrj_4Io7YQTdxiRBCR9Co04GwltCjWXJVm8tbDK_yY4CsC0EWlC0GJHtZEC-btW9d0veUQelGhc3YNbdOr4agtgwE', u'Content-Type': u'application/json'},                     cookies=None, auth=None, timeout=None, proxies=None, verify=False,                     debug=0 </msg>
<status status="PASS" endtime="20180901 12:44:55.107" starttime="20180901 12:44:55.104"></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="20180901 12:44:55.109" level="INFO">{u'X-Auth-Token': 'gAAAAABbionF2g_owSFMRR4NQuo53p5kmlG8VGAJgKLj7dE_QoZVov7BopYC4zVyhXc5QgYOeAWA0td-jhA-f2Z3CWjOoqSrj_4Io7YQTdxiRBCR9Co04GwltCjWXJVm8tbDK_yY4CsC0EWlC0GJHtZEC-btW9d0veUQelGhc3YNbdOr4agtgwE', u'Content-Type': u'application/json'}</msg>
<status status="PASS" endtime="20180901 12:44:55.109" starttime="20180901 12:44:55.109"></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="20180901 12:44:55.473" level="INFO">Get Request using : alias=OSSession, uri=/v2.0/networks, headers=None json=None</msg>
<msg timestamp="20180901 12:44:55.473" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20180901 12:44:55.473" starttime="20180901 12:44:55.110"></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="20180901 12:44:55.475" level="INFO">Argument types are:
&lt;type 'int'&gt;
&lt;type 'unicode'&gt;</msg>
<status status="PASS" endtime="20180901 12:44:55.475" starttime="20180901 12:44:55.474"></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="20180901 12:44:55.476" 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":"c2541a6c-ee2f-4745-866e-f11cc584589f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"6280e4ef836043b69152454fba2c6ab6","status":"ACTIVE","subnets":["b6c26688-6bc5-4c93-b9ef-227d61e48b03"],"description":"","tags":[],"updated_at":"2018-09-01T12:24:33Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"6280e4ef836043b69152454fba2c6ab6","created_at":"2018-09-01T12:24:26Z","provider:network_type":"flat"}]} </msg>
<msg timestamp="20180901 12:44:55.476" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20180901 12:44:55.477" 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'c2541a6c-ee...</msg>
<status status="PASS" endtime="20180901 12:44:55.477" starttime="20180901 12:44:55.475"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${OSResult}</arg>
</arguments>
<msg timestamp="20180901 12:44:55.478" 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'c2541a6c-ee2f-4745-866e-f11cc584589f', 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'6280e4ef836043b69152454fba2c6ab6', u'status': u'ACTIVE', u'subnets': [u'b6c26688-6bc5-4c93-b9ef-227d61e48b03'], u'description': u'', u'tags': [], u'updated_at': u'2018-09-01T12:24:33Z', u'is_default': False, u'provider:segmentation_id': None, u'name': u'external', u'admin_state_up': True, u'tenant_id': u'6280e4ef836043b69152454fba2c6ab6', u'created_at': u'2018-09-01T12:24:26Z', u'mtu': 1500}]}</msg>
<status status="PASS" endtime="20180901 12:44:55.478" starttime="20180901 12:44:55.477"></status>
</kw>
<doc>Checking OpenStack Neutron for known networks</doc>
<tags>
<tag>Network Neutron OpenStack</tag>
</tags>
<status status="PASS" endtime="20180901 12:44:55.478" critical="yes" starttime="20180901 12:44:55.107"></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="20180901 12:44:55.482" level="INFO">Creating Session using : alias=ODLSession, url=http://192.30.9.10:8080, headers={u'Content-Type': u'application/json'},                     cookies=None, auth=&lt;requests.auth.HTTPBasicAuth object at 0x7f5c21009610&gt;, timeout=None, proxies=None, verify=False,                     debug=0 </msg>
<status status="PASS" endtime="20180901 12:44:55.482" starttime="20180901 12:44:55.480"></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="20180901 12:44:56.090" level="FAIL">ConnectionError: HTTPConnectionPool(host='192.30.9.10', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/networks (Caused by NewConnectionError('&lt;urllib3.connection.HTTPConnection object at 0x7f5c20fb7e10&gt;: Failed to establish a new connection: [Errno 111] Connection refused',))</msg>
<status status="FAIL" endtime="20180901 12:44:56.091" starttime="20180901 12:44:55.483"></status>
</kw>
<doc>Checking OpenDaylight Neutron API for known networks</doc>
<tags>
<tag>Network Neutron OpenDaylight</tag>
</tags>
<status status="FAIL" endtime="20180901 12:44:56.091" critical="yes" starttime="20180901 12:44:55.479">ConnectionError: HTTPConnectionPool(host='192.30.9.10', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/networks (Caused by NewConnectionError('&lt;urllib3.connection.HTTPConnection object at 0x7f5c20fb7e10&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="20180901 12:44:56.094" level="INFO">{"network":{"name":"odl_network","admin_state_up":true}}</msg>
<status status="PASS" endtime="20180901 12:44:56.094" starttime="20180901 12:44:56.093"></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="20180901 12:44:56.623" 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="20180901 12:44:56.623" level="INFO">${resp} = &lt;Response [201]&gt;</msg>
<status status="PASS" endtime="20180901 12:44:56.623" starttime="20180901 12:44:56.094"></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="20180901 12:44:56.624" level="INFO">Argument types are:
&lt;type 'int'&gt;
&lt;type 'unicode'&gt;</msg>
<status status="PASS" endtime="20180901 12:44:56.625" starttime="20180901 12:44:56.624"></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="20180901 12:44:56.626" 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":"606f852f-a296-4c5f-b2ae-beffe42ddd67","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"dfc461ef79e94bbc95d56eabe475cd04","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-01T12:44:56Z","is_default":false,"provider:segmentation_id":11,"name":"odl_network","admin_state_up":true,"tenant_id":"dfc461ef79e94bbc95d56eabe475cd04","created_at":"2018-09-01T12:44:56Z","mtu":1450}} </msg>
<msg timestamp="20180901 12:44:56.626" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20180901 12:44:56.626" 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'606f852f-a296-4c5f-b2ae-beffe42ddd67', u'ro...</msg>
<status status="PASS" endtime="20180901 12:44:56.626" starttime="20180901 12:44:56.625"></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="20180901 12:44:56.627" 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'606f852f-a296-4c5f-b2ae-beffe42ddd67', u'router:external...</msg>
<status status="PASS" endtime="20180901 12:44:56.627" starttime="20180901 12:44:56.626"></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="20180901 12:44:56.628" level="INFO">${NETID} = 606f852f-a296-4c5f-b2ae-beffe42ddd67</msg>
<status status="PASS" endtime="20180901 12:44:56.628" starttime="20180901 12:44:56.628"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result}</arg>
</arguments>
<msg timestamp="20180901 12:44:56.629" 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'606f852f-a296-4c5f-b2ae-beffe42ddd67', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'ipv4_address_scope': None, u'shared': False, u'project_id': u'dfc461ef79e94bbc95d56eabe475cd04', u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-09-01T12:44:56Z', u'is_default': False, u'provider:segmentation_id': 11, u'name': u'odl_network', u'admin_state_up': True, u'tenant_id': u'dfc461ef79e94bbc95d56eabe475cd04', u'created_at': u'2018-09-01T12:44:56Z', u'provider:network_type': u'vxlan'}</msg>
<status status="PASS" endtime="20180901 12:44:56.629" starttime="20180901 12:44:56.629"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${NETID}</arg>
</arguments>
<msg timestamp="20180901 12:44:56.630" level="INFO">606f852f-a296-4c5f-b2ae-beffe42ddd67</msg>
<status status="PASS" endtime="20180901 12:44:56.630" starttime="20180901 12:44:56.630"></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="20180901 12:44:56.631" level="INFO">${NETID} = 606f852f-a296-4c5f-b2ae-beffe42ddd67</msg>
<status status="PASS" endtime="20180901 12:44:56.631" starttime="20180901 12:44:56.631"></status>
</kw>
<kw name="Sleep" library="BuiltIn">
<doc>Pauses the test executed for the given time.</doc>
<arguments>
<arg>2</arg>
</arguments>
<msg timestamp="20180901 12:44:58.632" level="INFO">Slept 2 seconds</msg>
<status status="PASS" endtime="20180901 12:44:58.633" starttime="20180901 12:44:56.632"></status>
</kw>
<doc>Create new network in OpenStack</doc>
<tags>
<tag>Create Network OpenStack Neutron</tag>
</tags>
<status status="PASS" endtime="20180901 12:44:58.633" critical="yes" starttime="20180901 12:44:56.092"></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="20180901 12:44:59.244" level="FAIL">ConnectionError: HTTPConnectionPool(host='192.30.9.10', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/networks/606f852f-a296-4c5f-b2ae-beffe42ddd67 (Caused by NewConnectionError('&lt;urllib3.connection.HTTPConnection object at 0x7f5c211216d0&gt;: Failed to establish a new connection: [Errno 111] Connection refused',))</msg>
<status status="FAIL" endtime="20180901 12:44:59.244" starttime="20180901 12:44:58.635"></status>
</kw>
<doc>Check network created in OpenDaylight</doc>
<tags>
<tag>Check</tag>
<tag>Network OpenDaylight</tag>
</tags>
<status status="FAIL" endtime="20180901 12:44:59.245" critical="yes" starttime="20180901 12:44:58.634">ConnectionError: HTTPConnectionPool(host='192.30.9.10', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/networks/606f852f-a296-4c5f-b2ae-beffe42ddd67 (Caused by NewConnectionError('&lt;urllib3.connection.HTTPConnection object at 0x7f5c211216d0&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="20180901 12:44:59.249" level="INFO">Delete All Sessions</msg>
<status status="PASS" endtime="20180901 12:44:59.250" starttime="20180901 12:44:59.249"></status>
</kw>
<doc>Checking Network created in OpenStack are pushed to OpenDaylight</doc>
<status status="FAIL" endtime="20180901 12:44:59.250" starttime="20180901 12:44:55.077"></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="20180901 12:44:59.287" level="INFO">Creating Session using : alias=OSSession, url=http://172.30.9.30:9696, headers={u'X-Auth-Token': 'gAAAAABbionF2g_owSFMRR4NQuo53p5kmlG8VGAJgKLj7dE_QoZVov7BopYC4zVyhXc5QgYOeAWA0td-jhA-f2Z3CWjOoqSrj_4Io7YQTdxiRBCR9Co04GwltCjWXJVm8tbDK_yY4CsC0EWlC0GJHtZEC-btW9d0veUQelGhc3YNbdOr4agtgwE', u'Content-Type': u'application/json'},                     cookies=None, auth=None, timeout=None, proxies=None, verify=False,                     debug=0 </msg>
<status status="PASS" endtime="20180901 12:44:59.287" starttime="20180901 12:44:59.286"></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="20180901 12:44:59.290" level="INFO">{u'X-Auth-Token': 'gAAAAABbionF2g_owSFMRR4NQuo53p5kmlG8VGAJgKLj7dE_QoZVov7BopYC4zVyhXc5QgYOeAWA0td-jhA-f2Z3CWjOoqSrj_4Io7YQTdxiRBCR9Co04GwltCjWXJVm8tbDK_yY4CsC0EWlC0GJHtZEC-btW9d0veUQelGhc3YNbdOr4agtgwE', u'Content-Type': u'application/json'}</msg>
<status status="PASS" endtime="20180901 12:44:59.290" starttime="20180901 12:44:59.289"></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="20180901 12:44:59.589" level="INFO">Get Request using : alias=OSSession, uri=/v2.0/subnets, headers=None json=None</msg>
<msg timestamp="20180901 12:44:59.590" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20180901 12:44:59.590" starttime="20180901 12:44:59.290"></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="20180901 12:44:59.591" level="INFO">Argument types are:
&lt;type 'int'&gt;
&lt;type 'unicode'&gt;</msg>
<status status="PASS" endtime="20180901 12:44:59.591" starttime="20180901 12:44:59.590"></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="20180901 12:44:59.592" level="INFO">To JSON using : content={"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"c2541a6c-ee2f-4745-866e-f11cc584589f","tenant_id":"6280e4ef836043b69152454fba2c6ab6","created_at":"2018-09-01T12:24:33Z","dns_nameservers":[],"updated_at":"2018-09-01T12:24:33Z","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":"6280e4ef836043b69152454fba2c6ab6","id":"b6c26688-6bc5-4c93-b9ef-227d61e48b03","subnetpool_id":null,"name":"external-subnet"}]} </msg>
<msg timestamp="20180901 12:44:59.592" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20180901 12:44:59.593" level="INFO">${OSResult} = {u'subnets': [{u'host_routes': [], u'service_types': [], u'description': u'', u'enable_dhcp': False, u'tags': [], u'network_id': u'c2541a6c-ee2f-4745-866e-f11cc584589f', u'tenant_id': u'6280e4ef836043...</msg>
<status status="PASS" endtime="20180901 12:44:59.593" starttime="20180901 12:44:59.592"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${OSResult}</arg>
</arguments>
<msg timestamp="20180901 12:44:59.594" level="INFO">{u'subnets': [{u'host_routes': [], u'service_types': [], u'description': u'', u'enable_dhcp': False, u'tags': [], u'network_id': u'c2541a6c-ee2f-4745-866e-f11cc584589f', u'tenant_id': u'6280e4ef836043b69152454fba2c6ab6', u'created_at': u'2018-09-01T12:24:33Z', u'dns_nameservers': [], u'updated_at': u'2018-09-01T12:24:33Z', 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'6280e4ef836043b69152454fba2c6ab6', u'id': u'b6c26688-6bc5-4c93-b9ef-227d61e48b03', u'subnetpool_id': None, u'name': u'external-subnet'}]}</msg>
<status status="PASS" endtime="20180901 12:44:59.594" starttime="20180901 12:44:59.593"></status>
</kw>
<doc>Checking OpenStack Neutron for known subnets</doc>
<tags>
<tag>Subnets Neutron OpenStack</tag>
</tags>
<status status="PASS" endtime="20180901 12:44:59.594" critical="yes" starttime="20180901 12:44:59.288"></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="20180901 12:44:59.597" level="INFO">Creating Session using : alias=ODLSession, url=http://192.30.9.10:8080, headers={u'Content-Type': u'application/json'},                     cookies=None, auth=&lt;requests.auth.HTTPBasicAuth object at 0x7f5c21121790&gt;, timeout=None, proxies=None, verify=False,                     debug=0 </msg>
<status status="PASS" endtime="20180901 12:44:59.598" starttime="20180901 12:44:59.596"></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="20180901 12:45:00.207" level="FAIL">ConnectionError: HTTPConnectionPool(host='192.30.9.10', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/subnets (Caused by NewConnectionError('&lt;urllib3.connection.HTTPConnection object at 0x7f5c20ec0f50&gt;: Failed to establish a new connection: [Errno 111] Connection refused',))</msg>
<status status="FAIL" endtime="20180901 12:45:00.207" starttime="20180901 12:44:59.599"></status>
</kw>
<doc>Checking OpenDaylight Neutron API for known subnets</doc>
<tags>
<tag>Subnets Neutron OpenDaylight</tag>
</tags>
<status status="FAIL" endtime="20180901 12:45:00.208" critical="yes" starttime="20180901 12:44:59.595">ConnectionError: HTTPConnectionPool(host='192.30.9.10', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/subnets (Caused by NewConnectionError('&lt;urllib3.connection.HTTPConnection object at 0x7f5c20ec0f50&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="20180901 12:45:00.210" level="INFO">{"subnet":{"network_id":"606f852f-a296-4c5f-b2ae-beffe42ddd67","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="20180901 12:45:00.210" starttime="20180901 12:45:00.210"></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="20180901 12:45:00.987" 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="20180901 12:45:00.987" level="INFO">${resp} = &lt;Response [201]&gt;</msg>
<status status="PASS" endtime="20180901 12:45:00.987" starttime="20180901 12:45:00.211"></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="20180901 12:45:00.988" level="INFO">Argument types are:
&lt;type 'int'&gt;
&lt;type 'unicode'&gt;</msg>
<status status="PASS" endtime="20180901 12:45:00.988" starttime="20180901 12:45:00.987"></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="20180901 12:45:00.989" level="INFO">To JSON using : content={"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"606f852f-a296-4c5f-b2ae-beffe42ddd67","tenant_id":"dfc461ef79e94bbc95d56eabe475cd04","created_at":"2018-09-01T12:45:00Z","dns_nameservers":[],"updated_at":"2018-09-01T12:45:00Z","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":"dfc461ef79e94bbc95d56eabe475cd04","id":"775873eb-9e8a-4524-a74a-02da0a26c351","subnetpool_id":null,"name":""}} </msg>
<msg timestamp="20180901 12:45:00.990" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20180901 12:45:00.990" level="INFO">${result} = {u'subnet': {u'service_types': [], u'description': u'', u'enable_dhcp': True, u'tags': [], u'network_id': u'606f852f-a296-4c5f-b2ae-beffe42ddd67', u'tenant_id': u'dfc461ef79e94bbc95d56eabe475cd04', u'...</msg>
<status status="PASS" endtime="20180901 12:45:00.990" starttime="20180901 12:45:00.989"></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="20180901 12:45:00.991" level="INFO">${result} = {u'service_types': [], u'description': u'', u'enable_dhcp': True, u'tags': [], u'network_id': u'606f852f-a296-4c5f-b2ae-beffe42ddd67', u'tenant_id': u'dfc461ef79e94bbc95d56eabe475cd04', u'created_at':...</msg>
<status status="PASS" endtime="20180901 12:45:00.991" starttime="20180901 12:45:00.990"></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="20180901 12:45:00.992" level="INFO">${SUBNETID} = 775873eb-9e8a-4524-a74a-02da0a26c351</msg>
<status status="PASS" endtime="20180901 12:45:00.992" starttime="20180901 12:45:00.991"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result}</arg>
</arguments>
<msg timestamp="20180901 12:45:00.993" level="INFO">{u'service_types': [], u'description': u'', u'enable_dhcp': True, u'tags': [], u'network_id': u'606f852f-a296-4c5f-b2ae-beffe42ddd67', u'tenant_id': u'dfc461ef79e94bbc95d56eabe475cd04', u'created_at': u'2018-09-01T12:45:00Z', u'dns_nameservers': [], u'updated_at': u'2018-09-01T12:45:00Z', 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'dfc461ef79e94bbc95d56eabe475cd04', u'id': u'775873eb-9e8a-4524-a74a-02da0a26c351', u'subnetpool_id': None, u'name': u''}</msg>
<status status="PASS" endtime="20180901 12:45:00.993" starttime="20180901 12:45:00.992"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${SUBNETID}</arg>
</arguments>
<msg timestamp="20180901 12:45:00.994" level="INFO">775873eb-9e8a-4524-a74a-02da0a26c351</msg>
<status status="PASS" endtime="20180901 12:45:00.994" starttime="20180901 12:45:00.993"></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="20180901 12:45:00.995" level="INFO">${SUBNETID} = 775873eb-9e8a-4524-a74a-02da0a26c351</msg>
<status status="PASS" endtime="20180901 12:45:00.995" starttime="20180901 12:45:00.994"></status>
</kw>
<kw name="Sleep" library="BuiltIn">
<doc>Pauses the test executed for the given time.</doc>
<arguments>
<arg>2</arg>
</arguments>
<msg timestamp="20180901 12:45:02.996" level="INFO">Slept 2 seconds</msg>
<status status="PASS" endtime="20180901 12:45:02.996" starttime="20180901 12:45:00.995"></status>
</kw>
<doc>Create new subnet in OpenStack</doc>
<tags>
<tag>Create Subnet OpenStack Neutron</tag>
</tags>
<status status="PASS" endtime="20180901 12:45:02.997" critical="yes" starttime="20180901 12:45:00.208"></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="20180901 12:45:03.607" level="FAIL">ConnectionError: HTTPConnectionPool(host='192.30.9.10', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/subnets/775873eb-9e8a-4524-a74a-02da0a26c351 (Caused by NewConnectionError('&lt;urllib3.connection.HTTPConnection object at 0x7f5c20ff3990&gt;: Failed to establish a new connection: [Errno 111] Connection refused',))</msg>
<status status="FAIL" endtime="20180901 12:45:03.607" starttime="20180901 12:45:02.999"></status>
</kw>
<doc>Check new subnet created in OpenDaylight</doc>
<tags>
<tag>Check</tag>
<tag>subnet OpenDaylight</tag>
</tags>
<status status="FAIL" endtime="20180901 12:45:03.608" critical="yes" starttime="20180901 12:45:02.998">ConnectionError: HTTPConnectionPool(host='192.30.9.10', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/subnets/775873eb-9e8a-4524-a74a-02da0a26c351 (Caused by NewConnectionError('&lt;urllib3.connection.HTTPConnection object at 0x7f5c20ff3990&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="20180901 12:45:03.610" level="INFO">Delete All Sessions</msg>
<status status="PASS" endtime="20180901 12:45:03.610" starttime="20180901 12:45:03.610"></status>
</kw>
<doc>Checking Subnets created in OpenStack are pushed to OpenDaylight</doc>
<status status="FAIL" endtime="20180901 12:45:03.610" starttime="20180901 12:44:59.254"></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="20180901 12:45:03.643" level="INFO">Creating Session using : alias=OSSession, url=http://172.30.9.30:9696, headers={u'X-Auth-Token': 'gAAAAABbionF2g_owSFMRR4NQuo53p5kmlG8VGAJgKLj7dE_QoZVov7BopYC4zVyhXc5QgYOeAWA0td-jhA-f2Z3CWjOoqSrj_4Io7YQTdxiRBCR9Co04GwltCjWXJVm8tbDK_yY4CsC0EWlC0GJHtZEC-btW9d0veUQelGhc3YNbdOr4agtgwE', u'Content-Type': u'application/json'},                     cookies=None, auth=None, timeout=None, proxies=None, verify=False,                     debug=0 </msg>
<status status="PASS" endtime="20180901 12:45:03.643" starttime="20180901 12:45:03.642"></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="20180901 12:45:03.645" level="INFO">{u'X-Auth-Token': 'gAAAAABbionF2g_owSFMRR4NQuo53p5kmlG8VGAJgKLj7dE_QoZVov7BopYC4zVyhXc5QgYOeAWA0td-jhA-f2Z3CWjOoqSrj_4Io7YQTdxiRBCR9Co04GwltCjWXJVm8tbDK_yY4CsC0EWlC0GJHtZEC-btW9d0veUQelGhc3YNbdOr4agtgwE', u'Content-Type': u'application/json'}</msg>
<status status="PASS" endtime="20180901 12:45:03.645" starttime="20180901 12:45:03.645"></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="20180901 12:45:03.980" level="INFO">Get Request using : alias=OSSession, uri=/v2.0/ports, headers=None json=None</msg>
<msg timestamp="20180901 12:45:03.981" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20180901 12:45:03.981" starttime="20180901 12:45:03.646"></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="20180901 12:45:03.982" level="INFO">Argument types are:
&lt;type 'int'&gt;
&lt;type 'unicode'&gt;</msg>
<status status="PASS" endtime="20180901 12:45:03.982" starttime="20180901 12:45:03.981"></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="20180901 12:45:03.985" level="INFO">To JSON using : content={"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-01T12:45:03Z","device_owner":"network:dhcp","revision_number":2,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"775873eb-9e8a-4524-a74a-02da0a26c351","ip_address":"172.16.64.22"}],"id":"89a9c03e-9c99-42d6-bf83-b9390305eebe","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c9:56:95","project_id":"dfc461ef79e94bbc95d56eabe475cd04","status":"DOWN","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-606f852f-a296-4c5f-b2ae-beffe42ddd67","name":"","admin_state_up":true,"network_id":"606f852f-a296-4c5f-b2ae-beffe42ddd67","tenant_id":"dfc461ef79e94bbc95d56eabe475cd04","created_at":"2018-09-01T12:45:02Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-01T12:45:02Z","device_owner":"network:dhcp","revision_number":2,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"775873eb-9e8a-4524-a74a-02da0a26c351","ip_address":"172.16.64.21"}],"id":"ccb57d83-cd76-4e44-ab01-34b9dce3d021","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c0:3b:a0","project_id":"dfc461ef79e94bbc95d56eabe475cd04","status":"DOWN","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-606f852f-a296-4c5f-b2ae-beffe42ddd67","name":"","admin_state_up":true,"network_id":"606f852f-a296-4c5f-b2ae-beffe42ddd67","tenant_id":"dfc461ef79e94bbc95d56eabe475cd04","created_at":"2018-09-01T12:45:01Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-01T12:45:03Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"775873eb-9e8a-4524-a74a-02da0a26c351","ip_address":"172.16.64.20"}],"id":"e50dbf44-9aeb-4ba8-8680-7a4894a85b75","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d6:34:65","project_id":"dfc461ef79e94bbc95d56eabe475cd04","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-606f852f-a296-4c5f-b2ae-beffe42ddd67","name":"","admin_state_up":true,"network_id":"606f852f-a296-4c5f-b2ae-beffe42ddd67","tenant_id":"dfc461ef79e94bbc95d56eabe475cd04","created_at":"2018-09-01T12:45:01Z","binding:vnic_type":"normal"}]} </msg>
<msg timestamp="20180901 12:45:03.985" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20180901 12:45:03.986" level="INFO">${OSResult} = {u'ports': [{u'allowed_address_pairs': [], u'extra_dhcp_opts': [], u'updated_at': u'2018-09-01T12:45:03Z', u'device_owner': u'network:dhcp', u'revision_number': 2, u'port_security_enabled': False, u'b...</msg>
<status status="PASS" endtime="20180901 12:45:03.986" starttime="20180901 12:45:03.983"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${OSResult}</arg>
</arguments>
<msg timestamp="20180901 12:45:03.988" level="INFO">{u'ports': [{u'allowed_address_pairs': [], u'extra_dhcp_opts': [], u'updated_at': u'2018-09-01T12:45:03Z', 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'775873eb-9e8a-4524-a74a-02da0a26c351', u'ip_address': u'172.16.64.22'}], u'id': u'89a9c03e-9c99-42d6-bf83-b9390305eebe', u'security_groups': [], u'binding:vif_details': {}, u'binding:vif_type': u'ovs', u'mac_address': u'fa:16:3e:c9:56:95', u'project_id': u'dfc461ef79e94bbc95d56eabe475cd04', 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-606f852f-a296-4c5f-b2ae-beffe42ddd67', u'name': u'', u'admin_state_up': True, u'network_id': u'606f852f-a296-4c5f-b2ae-beffe42ddd67', u'tenant_id': u'dfc461ef79e94bbc95d56eabe475cd04', u'created_at': u'2018-09-01T12:45:02Z', u'binding:vnic_type': u'normal'}, {u'allowed_address_pairs': [], u'extra_dhcp_opts': [], u'updated_at': u'2018-09-01T12:45:02Z', 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'775873eb-9e8a-4524-a74a-02da0a26c351', u'ip_address': u'172.16.64.21'}], u'id': u'ccb57d83-cd76-4e44-ab01-34b9dce3d021', u'security_groups': [], u'binding:vif_details': {}, u'binding:vif_type': u'ovs', u'mac_address': u'fa:16:3e:c0:3b:a0', u'project_id': u'dfc461ef79e94bbc95d56eabe475cd04', u'status': u'DOWN', u'binding:host_id': u'overcloud-controller-2.opnfvlf.org', u'description': u'', u'tags': [], u'device_id': u'dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-606f852f-a296-4c5f-b2ae-beffe42ddd67', u'name': u'', u'admin_state_up': True, u'network_id': u'606f852f-a296-4c5f-b2ae-beffe42ddd67', u'tenant_id': u'dfc461ef79e94bbc95d56eabe475cd04', u'created_at': u'2018-09-01T12:45:01Z', u'binding:vnic_type': u'normal'}, {u'allowed_address_pairs': [], u'extra_dhcp_opts': [], u'updated_at': u'2018-09-01T12:45:03Z', 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'775873eb-9e8a-4524-a74a-02da0a26c351', u'ip_address': u'172.16.64.20'}], u'id': u'e50dbf44-9aeb-4ba8-8680-7a4894a85b75', u'security_groups': [], u'binding:vif_details': {}, u'binding:vif_type': u'ovs', u'mac_address': u'fa:16:3e:d6:34:65', u'project_id': u'dfc461ef79e94bbc95d56eabe475cd04', u'status': u'ACTIVE', u'binding:host_id': u'overcloud-controller-1.opnfvlf.org', u'description': u'', u'tags': [], u'device_id': u'dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-606f852f-a296-4c5f-b2ae-beffe42ddd67', u'name': u'', u'admin_state_up': True, u'network_id': u'606f852f-a296-4c5f-b2ae-beffe42ddd67', u'tenant_id': u'dfc461ef79e94bbc95d56eabe475cd04', u'created_at': u'2018-09-01T12:45:01Z', u'binding:vnic_type': u'normal'}]}</msg>
<status status="PASS" endtime="20180901 12:45:03.988" starttime="20180901 12:45:03.987"></status>
</kw>
<doc>Checking OpenStack Neutron for known ports</doc>
<tags>
<tag>Ports Neutron OpenStack</tag>
</tags>
<status status="PASS" endtime="20180901 12:45:03.989" critical="yes" starttime="20180901 12:45:03.644"></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="20180901 12:45:03.992" level="INFO">Creating Session using : alias=ODLSession, url=http://192.30.9.10:8080, headers={u'Content-Type': u'application/json'},                     cookies=None, auth=&lt;requests.auth.HTTPBasicAuth object at 0x7f5c20ffd6d0&gt;, timeout=None, proxies=None, verify=False,                     debug=0 </msg>
<status status="PASS" endtime="20180901 12:45:03.993" starttime="20180901 12:45:03.991"></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="20180901 12:45:04.603" level="FAIL">ConnectionError: HTTPConnectionPool(host='192.30.9.10', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/ports (Caused by NewConnectionError('&lt;urllib3.connection.HTTPConnection object at 0x7f5c20fa4cd0&gt;: Failed to establish a new connection: [Errno 111] Connection refused',))</msg>
<status status="FAIL" endtime="20180901 12:45:04.603" starttime="20180901 12:45:03.994"></status>
</kw>
<doc>Checking OpenDaylight Neutron API for known ports</doc>
<tags>
<tag>Ports Neutron OpenDaylight</tag>
</tags>
<status status="FAIL" endtime="20180901 12:45:04.604" critical="yes" starttime="20180901 12:45:03.990">ConnectionError: HTTPConnectionPool(host='192.30.9.10', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/ports (Caused by NewConnectionError('&lt;urllib3.connection.HTTPConnection object at 0x7f5c20fa4cd0&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="20180901 12:45:04.606" level="INFO">{"port":{"network_id":"606f852f-a296-4c5f-b2ae-beffe42ddd67","admin_state_up": true}}</msg>
<status status="PASS" endtime="20180901 12:45:04.606" starttime="20180901 12:45:04.605"></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="20180901 12:45:05.795" 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="20180901 12:45:05.796" level="INFO">${resp} = &lt;Response [201]&gt;</msg>
<status status="PASS" endtime="20180901 12:45:05.796" starttime="20180901 12:45:04.606"></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="20180901 12:45:05.797" level="INFO">Argument types are:
&lt;type 'int'&gt;
&lt;type 'unicode'&gt;</msg>
<status status="PASS" endtime="20180901 12:45:05.797" starttime="20180901 12:45:05.796"></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="20180901 12:45:05.798" level="INFO">To JSON using : content={"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-01T12:45:05Z","device_owner":"","revision_number":1,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"775873eb-9e8a-4524-a74a-02da0a26c351","ip_address":"172.16.64.39"}],"id":"59d9bd39-ad5a-41f9-8ec5-593a4c6b504a","security_groups":["8874eda6-98b5-4ee3-a3e7-d4a4a6a67cbf"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:1d:a2:6e","project_id":"dfc461ef79e94bbc95d56eabe475cd04","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"","admin_state_up":true,"network_id":"606f852f-a296-4c5f-b2ae-beffe42ddd67","tenant_id":"dfc461ef79e94bbc95d56eabe475cd04","created_at":"2018-09-01T12:45:05Z","binding:vnic_type":"normal"}} </msg>
<msg timestamp="20180901 12:45:05.799" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20180901 12:45:05.799" level="INFO">${result} = {u'port': {u'allowed_address_pairs': [], u'extra_dhcp_opts': [], u'updated_at': u'2018-09-01T12:45:05Z', u'device_owner': u'', u'revision_number': 1, u'binding:profile': {}, u'port_security_enabled': ...</msg>
<status status="PASS" endtime="20180901 12:45:05.799" starttime="20180901 12:45:05.798"></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="20180901 12:45:05.800" level="INFO">${result} = {u'allowed_address_pairs': [], u'extra_dhcp_opts': [], u'updated_at': u'2018-09-01T12:45:05Z', u'device_owner': u'', u'revision_number': 1, u'binding:profile': {}, u'port_security_enabled': True, u'fi...</msg>
<status status="PASS" endtime="20180901 12:45:05.800" starttime="20180901 12:45:05.800"></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="20180901 12:45:05.801" level="INFO">${PORTID} = 59d9bd39-ad5a-41f9-8ec5-593a4c6b504a</msg>
<status status="PASS" endtime="20180901 12:45:05.802" starttime="20180901 12:45:05.801"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result}</arg>
</arguments>
<msg timestamp="20180901 12:45:05.802" level="INFO">{u'allowed_address_pairs': [], u'extra_dhcp_opts': [], u'updated_at': u'2018-09-01T12:45:05Z', u'device_owner': u'', u'revision_number': 1, u'binding:profile': {}, u'port_security_enabled': True, u'fixed_ips': [{u'subnet_id': u'775873eb-9e8a-4524-a74a-02da0a26c351', u'ip_address': u'172.16.64.39'}], u'id': u'59d9bd39-ad5a-41f9-8ec5-593a4c6b504a', u'security_groups': [u'8874eda6-98b5-4ee3-a3e7-d4a4a6a67cbf'], u'binding:vif_details': {}, u'binding:vif_type': u'unbound', u'mac_address': u'fa:16:3e:1d:a2:6e', u'project_id': u'dfc461ef79e94bbc95d56eabe475cd04', 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'606f852f-a296-4c5f-b2ae-beffe42ddd67', u'tenant_id': u'dfc461ef79e94bbc95d56eabe475cd04', u'created_at': u'2018-09-01T12:45:05Z', u'binding:vnic_type': u'normal'}</msg>
<status status="PASS" endtime="20180901 12:45:05.803" starttime="20180901 12:45:05.802"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${PORTID}</arg>
</arguments>
<msg timestamp="20180901 12:45:05.803" level="INFO">59d9bd39-ad5a-41f9-8ec5-593a4c6b504a</msg>
<status status="PASS" endtime="20180901 12:45:05.804" starttime="20180901 12:45:05.803"></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="20180901 12:45:05.805" level="INFO">${PORTID} = 59d9bd39-ad5a-41f9-8ec5-593a4c6b504a</msg>
<status status="PASS" endtime="20180901 12:45:05.805" starttime="20180901 12:45:05.804"></status>
</kw>
<kw name="Sleep" library="BuiltIn">
<doc>Pauses the test executed for the given time.</doc>
<arguments>
<arg>2</arg>
</arguments>
<msg timestamp="20180901 12:45:07.806" level="INFO">Slept 2 seconds</msg>
<status status="PASS" endtime="20180901 12:45:07.807" starttime="20180901 12:45:05.805"></status>
</kw>
<doc>Create new port in OpenStack</doc>
<tags>
<tag>Create port OpenStack Neutron</tag>
</tags>
<status status="PASS" endtime="20180901 12:45:07.807" critical="yes" starttime="20180901 12:45:04.604"></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="20180901 12:45:08.417" level="FAIL">ConnectionError: HTTPConnectionPool(host='192.30.9.10', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/ports/59d9bd39-ad5a-41f9-8ec5-593a4c6b504a (Caused by NewConnectionError('&lt;urllib3.connection.HTTPConnection object at 0x7f5c20ec0a10&gt;: Failed to establish a new connection: [Errno 111] Connection refused',))</msg>
<status status="FAIL" endtime="20180901 12:45:08.417" starttime="20180901 12:45:07.809"></status>
</kw>
<doc>Check new port created in OpenDaylight</doc>
<tags>
<tag>Check port OpenDaylight</tag>
</tags>
<status status="FAIL" endtime="20180901 12:45:08.418" critical="yes" starttime="20180901 12:45:07.808">ConnectionError: HTTPConnectionPool(host='192.30.9.10', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/ports/59d9bd39-ad5a-41f9-8ec5-593a4c6b504a (Caused by NewConnectionError('&lt;urllib3.connection.HTTPConnection object at 0x7f5c20ec0a10&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="20180901 12:45:08.420" level="INFO">Delete All Sessions</msg>
<status status="PASS" endtime="20180901 12:45:08.420" starttime="20180901 12:45:08.419"></status>
</kw>
<doc>Checking Port created in OpenStack are pushed to OpenDaylight</doc>
<status status="FAIL" endtime="20180901 12:45:08.420" starttime="20180901 12:45:03.614"></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="20180901 12:45:08.455" level="INFO">Creating Session using : alias=OSSession, url=http://172.30.9.30:9696, headers={u'X-Auth-Token': 'gAAAAABbionF2g_owSFMRR4NQuo53p5kmlG8VGAJgKLj7dE_QoZVov7BopYC4zVyhXc5QgYOeAWA0td-jhA-f2Z3CWjOoqSrj_4Io7YQTdxiRBCR9Co04GwltCjWXJVm8tbDK_yY4CsC0EWlC0GJHtZEC-btW9d0veUQelGhc3YNbdOr4agtgwE'},                     cookies=None, auth=None, timeout=None, proxies=None, verify=False,                     debug=0 </msg>
<status status="PASS" endtime="20180901 12:45:08.456" starttime="20180901 12:45:08.455"></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="20180901 12:45:08.457" level="INFO">Creating Session using : alias=ODLSession, url=http://192.30.9.10:8080, headers={u'Content-Type': u'application/json'},                     cookies=None, auth=&lt;requests.auth.HTTPBasicAuth object at 0x7f5c20e5a8d0&gt;, timeout=None, proxies=None, verify=False,                     debug=0 </msg>
<status status="PASS" endtime="20180901 12:45:08.458" starttime="20180901 12:45:08.457"></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="20180901 12:45:09.067" level="FAIL">ConnectionError: HTTPConnectionPool(host='192.30.9.10', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/ports/59d9bd39-ad5a-41f9-8ec5-593a4c6b504a (Caused by NewConnectionError('&lt;urllib3.connection.HTTPConnection object at 0x7f5c20ec0fd0&gt;: Failed to establish a new connection: [Errno 111] Connection refused',))</msg>
<status status="FAIL" endtime="20180901 12:45:09.067" starttime="20180901 12:45:08.459"></status>
</kw>
<status status="FAIL" endtime="20180901 12:45:09.068" starttime="20180901 12:45:08.458"></status>
</kw>
<status status="FAIL" endtime="20180901 12:45:09.068" starttime="20180901 12:45:08.454"></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="20180901 12:45:09.069" critical="yes" starttime="20180901 12:45:09.068">Parent suite setup failed:
ConnectionError: HTTPConnectionPool(host='192.30.9.10', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/ports/59d9bd39-ad5a-41f9-8ec5-593a4c6b504a (Caused by NewConnectionError('&lt;urllib3.connection.HTTPConnection object at 0x7f5c20ec0fd0&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="20180901 12:45:09.071" critical="yes" starttime="20180901 12:45:09.070">Parent suite setup failed:
ConnectionError: HTTPConnectionPool(host='192.30.9.10', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/ports/59d9bd39-ad5a-41f9-8ec5-593a4c6b504a (Caused by NewConnectionError('&lt;urllib3.connection.HTTPConnection object at 0x7f5c20ec0fd0&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="20180901 12:45:09.073" level="INFO">Delete All Sessions</msg>
<status status="PASS" endtime="20180901 12:45:09.073" starttime="20180901 12:45:09.072"></status>
</kw>
<doc>Checking Port deleted in OpenStack are deleted also in OpenDaylight</doc>
<status status="FAIL" endtime="20180901 12:45:09.073" starttime="20180901 12:45:08.424">Suite setup failed:
ConnectionError: HTTPConnectionPool(host='192.30.9.10', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/ports/59d9bd39-ad5a-41f9-8ec5-593a4c6b504a (Caused by NewConnectionError('&lt;urllib3.connection.HTTPConnection object at 0x7f5c20ec0fd0&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="20180901 12:45:09.104" level="INFO">Creating Session using : alias=OSSession, url=http://172.30.9.30:9696, headers={u'X-Auth-Token': 'gAAAAABbionF2g_owSFMRR4NQuo53p5kmlG8VGAJgKLj7dE_QoZVov7BopYC4zVyhXc5QgYOeAWA0td-jhA-f2Z3CWjOoqSrj_4Io7YQTdxiRBCR9Co04GwltCjWXJVm8tbDK_yY4CsC0EWlC0GJHtZEC-btW9d0veUQelGhc3YNbdOr4agtgwE'},                     cookies=None, auth=None, timeout=None, proxies=None, verify=False,                     debug=0 </msg>
<status status="PASS" endtime="20180901 12:45:09.105" starttime="20180901 12:45:09.103"></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="20180901 12:45:09.106" level="INFO">Creating Session using : alias=ODLSession, url=http://192.30.9.10:8080, headers={u'Content-Type': u'application/json'},                     cookies=None, auth=&lt;requests.auth.HTTPBasicAuth object at 0x7f5c20e7e290&gt;, timeout=None, proxies=None, verify=False,                     debug=0 </msg>
<status status="PASS" endtime="20180901 12:45:09.107" starttime="20180901 12:45:09.105"></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="20180901 12:45:09.714" level="FAIL">ConnectionError: HTTPConnectionPool(host='192.30.9.10', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/subnets/775873eb-9e8a-4524-a74a-02da0a26c351 (Caused by NewConnectionError('&lt;urllib3.connection.HTTPConnection object at 0x7f5c20e5ab50&gt;: Failed to establish a new connection: [Errno 111] Connection refused',))</msg>
<status status="FAIL" endtime="20180901 12:45:09.714" starttime="20180901 12:45:09.107"></status>
</kw>
<status status="FAIL" endtime="20180901 12:45:09.715" starttime="20180901 12:45:09.107"></status>
</kw>
<status status="FAIL" endtime="20180901 12:45:09.715" starttime="20180901 12:45:09.103"></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="20180901 12:45:09.717" critical="yes" starttime="20180901 12:45:09.715">Parent suite setup failed:
ConnectionError: HTTPConnectionPool(host='192.30.9.10', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/subnets/775873eb-9e8a-4524-a74a-02da0a26c351 (Caused by NewConnectionError('&lt;urllib3.connection.HTTPConnection object at 0x7f5c20e5ab50&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="20180901 12:45:09.718" critical="yes" starttime="20180901 12:45:09.717">Parent suite setup failed:
ConnectionError: HTTPConnectionPool(host='192.30.9.10', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/subnets/775873eb-9e8a-4524-a74a-02da0a26c351 (Caused by NewConnectionError('&lt;urllib3.connection.HTTPConnection object at 0x7f5c20e5ab50&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="20180901 12:45:09.720" level="INFO">Delete All Sessions</msg>
<status status="PASS" endtime="20180901 12:45:09.720" starttime="20180901 12:45:09.719"></status>
</kw>
<doc>Checking Subnets deleted in OpenStack are deleted also in OpenDaylight</doc>
<status status="FAIL" endtime="20180901 12:45:09.720" starttime="20180901 12:45:09.075">Suite setup failed:
ConnectionError: HTTPConnectionPool(host='192.30.9.10', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/subnets/775873eb-9e8a-4524-a74a-02da0a26c351 (Caused by NewConnectionError('&lt;urllib3.connection.HTTPConnection object at 0x7f5c20e5ab50&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="20180901 12:45:09.754" level="INFO">Creating Session using : alias=OSSession, url=http://172.30.9.30:9696, headers={u'X-Auth-Token': 'gAAAAABbionF2g_owSFMRR4NQuo53p5kmlG8VGAJgKLj7dE_QoZVov7BopYC4zVyhXc5QgYOeAWA0td-jhA-f2Z3CWjOoqSrj_4Io7YQTdxiRBCR9Co04GwltCjWXJVm8tbDK_yY4CsC0EWlC0GJHtZEC-btW9d0veUQelGhc3YNbdOr4agtgwE'},                     cookies=None, auth=None, timeout=None, proxies=None, verify=False,                     debug=0 </msg>
<status status="PASS" endtime="20180901 12:45:09.755" starttime="20180901 12:45:09.753"></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="20180901 12:45:09.756" level="INFO">Creating Session using : alias=ODLSession, url=http://192.30.9.10:8080, headers={u'Content-Type': u'application/json'},                     cookies=None, auth=&lt;requests.auth.HTTPBasicAuth object at 0x7f5c20e7ed10&gt;, timeout=None, proxies=None, verify=False,                     debug=0 </msg>
<status status="PASS" endtime="20180901 12:45:09.757" starttime="20180901 12:45:09.755"></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="20180901 12:45:10.365" level="FAIL">ConnectionError: HTTPConnectionPool(host='192.30.9.10', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/networks/606f852f-a296-4c5f-b2ae-beffe42ddd67 (Caused by NewConnectionError('&lt;urllib3.connection.HTTPConnection object at 0x7f5c20e7ec90&gt;: Failed to establish a new connection: [Errno 111] Connection refused',))</msg>
<status status="FAIL" endtime="20180901 12:45:10.366" starttime="20180901 12:45:09.757"></status>
</kw>
<status status="FAIL" endtime="20180901 12:45:10.366" starttime="20180901 12:45:09.757"></status>
</kw>
<status status="FAIL" endtime="20180901 12:45:10.367" starttime="20180901 12:45:09.753"></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="20180901 12:45:10.368" critical="yes" starttime="20180901 12:45:10.367">Parent suite setup failed:
ConnectionError: HTTPConnectionPool(host='192.30.9.10', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/networks/606f852f-a296-4c5f-b2ae-beffe42ddd67 (Caused by NewConnectionError('&lt;urllib3.connection.HTTPConnection object at 0x7f5c20e7ec90&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="20180901 12:45:10.370" critical="yes" starttime="20180901 12:45:10.369">Parent suite setup failed:
ConnectionError: HTTPConnectionPool(host='192.30.9.10', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/networks/606f852f-a296-4c5f-b2ae-beffe42ddd67 (Caused by NewConnectionError('&lt;urllib3.connection.HTTPConnection object at 0x7f5c20e7ec90&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="20180901 12:45:10.371" level="INFO">Delete All Sessions</msg>
<status status="PASS" endtime="20180901 12:45:10.371" starttime="20180901 12:45:10.371"></status>
</kw>
<doc>Checking Network deleted in OpenStack are deleted also in OpenDaylight</doc>
<status status="FAIL" endtime="20180901 12:45:10.372" starttime="20180901 12:45:09.722">Suite setup failed:
ConnectionError: HTTPConnectionPool(host='192.30.9.10', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/networks/606f852f-a296-4c5f-b2ae-beffe42ddd67 (Caused by NewConnectionError('&lt;urllib3.connection.HTTPConnection object at 0x7f5c20e7ec90&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="20180901 12:45:10.378" level="INFO">Delete All Sessions</msg>
<status status="PASS" endtime="20180901 12:45:10.378" starttime="20180901 12:45:10.378"></status>
</kw>
<status status="PASS" endtime="20180901 12:45:10.379" starttime="20180901 12:45:10.377"></status>
</kw>
<doc>Test suite for Neutron Plugin</doc>
<status status="FAIL" endtime="20180901 12:45:10.379" starttime="20180901 12:44:52.730"></status>
</suite>
<status status="FAIL" endtime="20180901 12:45:10.391" starttime="20180901 12:36:23.150"></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="20180901 12:44:52.790" level="WARN">Deprecation Warning: Use Post Request in the future</msg>
</errors>
</robot>
